#428816

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

Shades of La Palma #428816

Tints of La Palma #428816

Color information

#428816 (or 0x428816) is unknown color: approx La Palma. HEX triplet: 42, 88 and 16. RGB value is (66,136,22). Sum of RGB (Red+Green+Blue) = 66+136+22=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 136 (53.52% from 255 or 60.71% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 136 - color contains mainly: green. Hex color #428816 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428816 is #BD77E9. Grayscale: #666666. Windows color (decimal): -12417002 or 1476674. OLE color: 1476674.

HSL color Cylindrical-coordinate representation of color #428816: hue angle of 96.84º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #428816 is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB6613622-
CMYK0.5100.840.47
HSL96.84º72.15%30.98%-
HSV(B)96.84º83.82%53.33%-
XYZ11.218.823.8-
YUV102.0782.81102.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 136 (53.52% from 255) = 60.71%
BLUE value IS 22 (8.98% from 255) = 9.82%
R=29.46%
G=60.71%
B=9.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66136220.5100.840.4796.8472.1530.98
Hex428816330542F61481f
Octal102210266301245714111037
Binary10000101000100010110110011010101001011111100001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428816; }

 p { color: rgb(66,136,22); }

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

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

 a { background-color: rgb(66,136,22); }

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

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

 span { border-color: rgb(66,136,22); }

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