#469510

Color #469510 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #469510

Tints of La Palma #469510

Color information

#469510 (or 0x469510) is unknown color: approx La Palma. HEX triplet: 46, 95 and 10. RGB value is (70,149,16). Sum of RGB (Red+Green+Blue) = 70+149+16=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 149 (58.59% from 255 or 63.40% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 149 - color contains mainly: green. Hex color #469510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469510 is #B96AEF. Grayscale: #6E6E6E. Windows color (decimal): -12151536 or 1086790. OLE color: 1086790.

HSL color Cylindrical-coordinate representation of color #469510: hue angle of 95.64º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #469510 is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB7014916-
CMYK0.5300.890.42
HSL95.64º80.61%32.35%-
HSV(B)95.64º89.26%58.43%-
XYZ13.3722.834.19-
YUV110.2274.8399.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 149 (58.59% from 255) = 63.40%
BLUE value IS 16 (6.64% from 255) = 6.81%
R=29.79%
G=63.40%
B=6.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70149160.5300.890.4295.6480.6132.35
Hex469510350592A605120
Octal106225206501315214012140
Binary100011010010101100001101010101100110101011000001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469510; }

 p { color: rgb(70,149,16); }

 H1.HeaderClassName
 {
   color: #469510;
 }
 .AnyTagClassName
 {
   color: #469510;
 }
</style>
background-color css

<style>
 a { background-color: #469510; }

 a { background-color: rgb(70,149,16); }

 div.DivClassName
 {
   background-color: #469510;
 }
 .BgClassName
 {
   background-color: #469510;
 }
</style>
border-color css

<style>
 span { border-color: #469510; }

 span { border-color: rgb(70,149,16); }

 td.TdClassName
 {
   border-color: #469510;
 }
 .TagClassName
 {
   border-color: #469510;
 }
</style>