Shades of La Palma #428B3C
Tints of La Palma #428B3C
RGB
CMYK
RGB Variations
Color information
#428B3C (or 0x428B3C) is known color: La Palma. HEX triplet: 42, 8B and 3C. RGB value is (66,139,60). Sum of RGB (Red+Green+Blue) = 66+139+60=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 139 (54.69% from 255 or 52.45% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 139 - color contains mainly: green. Hex color #428B3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428B3C is #BD74C3. Grayscale: #6C6C6C. Windows color (decimal): -12416196 or 3967810. OLE color: 3967810.
HSL color Cylindrical-coordinate representation of color #428B3C: hue angle of 115.44º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #428B3C is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 139 | 60 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.45 |
| HSL | 115.44º | 0.4% | 0.39% | - |
| HSV(B) | 115.44º | 0.57% | 0.55% | - |
| XYZ | 12.3 | 19.95 | 7.48 | - |
| YUV | 108.17 | 100.82 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 60 | 0.53 | 0 | 0.57 | 0.45 | 115.44 | 0.4 | 0.39 |
| Hex | 42 | 8B | 3C | 35 | 0 | 39 | 2D | 73 | 28 | 27 |
| Octal | 102 | 213 | 74 | 65 | 0 | 71 | 55 | 163 | 50 | 47 |
| Binary | 1000010 | 10001011 | 111100 | 110101 | 0 | 111001 | 101101 | 1110011 | 101000 | 100111 |
Color Harmonies of #428B3C
Complementary color
Monochromatic Colors of #428B3C
Black with #428B3C
Text Example
Text Example
White with #428B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428B3C; }
p { color: rgb(66,139,60); }
H1.HeaderClassName
{
color: #428B3C;
}
.AnyTagClassName
{
color: #428B3C;
}
</style>
background-color css
<style>
a { background-color: #428B3C; }
a { background-color: rgb(66,139,60); }
div.DivClassName
{
background-color: #428B3C;
}
.BgClassName
{
background-color: #428B3C;
}
</style>
border-color css
<style>
span { border-color: #428B3C; }
span { border-color: rgb(66,139,60); }
td.TdClassName
{
border-color: #428B3C;
}
.TagClassName
{
border-color: #428B3C;
}
</style>