#468912

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

Shades of La Palma #468912

Tints of La Palma #468912

Color information

#468912 (or 0x468912) is unknown color: approx La Palma. HEX triplet: 46, 89 and 12. RGB value is (70,137,18). Sum of RGB (Red+Green+Blue) = 70+137+18=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 137 (53.91% from 255 or 60.89% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 137 - color contains mainly: green. Hex color #468912 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468912 is #B976ED. Grayscale: #676767. Windows color (decimal): -12154606 or 1214790. OLE color: 1214790.

HSL color Cylindrical-coordinate representation of color #468912: hue angle of 93.78º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #468912 is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB7013718-
CMYK0.4900.870.46
HSL93.78º76.77%30.39%-
HSV(B)93.78º86.86%53.73%-
XYZ11.5819.243.68-
YUV103.479.8104.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 137 (53.91% from 255) = 60.89%
BLUE value IS 18 (7.42% from 255) = 8%
R=31.11%
G=60.89%
B=8%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70137180.4900.870.4693.7876.7730.39
Hex468912310572E5e4d1e
Octal106211226101275613611536
Binary10001101000100110010110001010101111011101011110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468912; }

 p { color: rgb(70,137,18); }

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

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

 a { background-color: rgb(70,137,18); }

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

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

 span { border-color: rgb(70,137,18); }

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