#469808

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

Shades of La Palma #469808

Tints of La Palma #469808

Color information

#469808 (or 0x469808) is unknown color: approx La Palma. HEX triplet: 46, 98 and 08. RGB value is (70,152,8). Sum of RGB (Red+Green+Blue) = 70+152+8=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 152 (59.77% from 255 or 66.09% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 152 - color contains mainly: green. Hex color #469808 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469808 is #B967F7. Grayscale: #6F6F6F. Windows color (decimal): -12150776 or 563270. OLE color: 563270.

HSL color Cylindrical-coordinate representation of color #469808: hue angle of 94.17º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #469808 is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB701528-
CMYK0.5400.950.40
HSL94.17º90%31.37%-
HSV(B)94.17º94.74%59.61%-
XYZ13.823.784.09-
YUV111.0769.8398.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.43%
GREEN value IS 152 (59.77% from 255) = 66.09%
BLUE value IS 8 (3.52% from 255) = 3.48%
R=30.43%
G=66.09%
B=3.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7015280.5400.950.4094.179031.37
Hex469883605F285e5a1f
Octal106230106601375013613237
Binary1000110100110001000110110010111111010001011110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469808; }

 p { color: rgb(70,152,8); }

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

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

 a { background-color: rgb(70,152,8); }

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

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

 span { border-color: rgb(70,152,8); }

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