Shades of La Palma #469C28
Tints of La Palma #469C28
RGB
CMYK
RGB Variations
Color information
#469C28 (or 0x469C28) is known color: La Palma. HEX triplet: 46, 9C and 28. RGB value is (70,156,40). Sum of RGB (Red+Green+Blue) = 70+156+40=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 156 (61.33% from 255 or 58.65% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 156 - color contains mainly: green. Hex color #469C28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469C28 is #B963D7. Grayscale: #757575. Windows color (decimal): -12149720 or 2661446. OLE color: 2661446.
HSL color Cylindrical-coordinate representation of color #469C28: hue angle of 104.48º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #469C28 is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 156 | 40 | - |
| CMYK | 0.55 | 0 | 0.74 | 0.39 |
| HSL | 104.48º | 0.59% | 0.38% | - |
| HSV(B) | 104.48º | 0.74% | 0.61% | - |
| XYZ | 14.8 | 25.23 | 6.1 | - |
| YUV | 117.06 | 84.51 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 40 | 0.55 | 0 | 0.74 | 0.39 | 104.48 | 0.59 | 0.38 |
| Hex | 46 | 9C | 28 | 37 | 0 | 4A | 27 | 68 | 3B | 26 |
| Octal | 106 | 234 | 50 | 67 | 0 | 112 | 47 | 150 | 73 | 46 |
| Binary | 1000110 | 10011100 | 101000 | 110111 | 0 | 1001010 | 100111 | 1101000 | 111011 | 100110 |
Color Harmonies of #469C28
Complementary color
Monochromatic Colors of #469C28
Black with #469C28
Text Example
Text Example
White with #469C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469C28; }
p { color: rgb(70,156,40); }
H1.HeaderClassName
{
color: #469C28;
}
.AnyTagClassName
{
color: #469C28;
}
</style>
background-color css
<style>
a { background-color: #469C28; }
a { background-color: rgb(70,156,40); }
div.DivClassName
{
background-color: #469C28;
}
.BgClassName
{
background-color: #469C28;
}
</style>
border-color css
<style>
span { border-color: #469C28; }
span { border-color: rgb(70,156,40); }
td.TdClassName
{
border-color: #469C28;
}
.TagClassName
{
border-color: #469C28;
}
</style>