#428912

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

Shades of La Palma #428912

Tints of La Palma #428912

Color information

#428912 (or 0x428912) is unknown color: approx La Palma. HEX triplet: 42, 89 and 12. RGB value is (66,137,18). Sum of RGB (Red+Green+Blue) = 66+137+18=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 137 (53.91% from 255 or 61.99% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 137 - color contains mainly: green. Hex color #428912 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428912 is #BD76ED. Grayscale: #666666. Windows color (decimal): -12416750 or 1214786. OLE color: 1214786.

HSL color Cylindrical-coordinate representation of color #428912: hue angle of 95.8º 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 #428912 is Cyan = 0.52, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB6613718-
CMYK0.5200.870.46
HSL95.8º76.77%30.39%-
HSV(B)95.8º86.86%53.73%-
XYZ11.319.093.66-
YUV102.280.48102.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 137 (53.91% from 255) = 61.99%
BLUE value IS 18 (7.42% from 255) = 8.14%
R=29.86%
G=61.99%
B=8.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66137180.5200.870.4695.876.7730.39
Hex428912340572E604d1e
Octal102211226401275614011536
Binary10000101000100110010110100010101111011101100000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428912; }

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

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

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

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

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

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

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

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