#428D39

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

Shades of La Palma #428D39

Tints of La Palma #428D39

Color information

#428D39 (or 0x428D39) is unknown color: approx La Palma. HEX triplet: 42, 8D and 39. RGB value is (66,141,57). Sum of RGB (Red+Green+Blue) = 66+141+57=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 141 (55.47% from 255 or 53.41% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 141 - color contains mainly: green. Hex color #428D39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428D39 is #BD72C6. Grayscale: #6D6D6D. Windows color (decimal): -12415687 or 3771714. OLE color: 3771714.

HSL color Cylindrical-coordinate representation of color #428D39: hue angle of 113.57º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #428D39 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB6614157-
CMYK0.5300.600.45
HSL113.57º42.42%38.82%-
HSV(B)113.57º59.57%55.29%-
XYZ12.5120.57.17-
YUV10998.6597.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 141 (55.47% from 255) = 53.41%
BLUE value IS 57 (22.66% from 255) = 21.59%
R=25%
G=53.41%
B=21.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66141570.5300.600.45113.5742.4238.82
Hex428D393503C2D722a27
Octal1022157165074551625247
Binary10000101000110111100111010101111001011011110010101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428D39; }

 p { color: rgb(66,141,57); }

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

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

 a { background-color: rgb(66,141,57); }

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

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

 span { border-color: rgb(66,141,57); }

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