Shades of La Palma #459B32
Tints of La Palma #459B32
RGB
CMYK
RGB Variations
Color information
#459B32 (or 0x459B32) is known color: La Palma. HEX triplet: 45, 9B and 32. RGB value is (69,155,50). Sum of RGB (Red+Green+Blue) = 69+155+50=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 155 (60.94% from 255 or 56.57% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 155 - color contains mainly: green. Hex color #459B32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459B32 is #BA64CD. Grayscale: #757575. Windows color (decimal): -12215502 or 3316549. OLE color: 3316549.
HSL color Cylindrical-coordinate representation of color #459B32: hue angle of 109.14º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #459B32 is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 155 | 50 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.39 |
| HSL | 109.14º | 0.51% | 0.4% | - |
| HSV(B) | 109.14º | 0.68% | 0.61% | - |
| XYZ | 14.75 | 24.94 | 7.05 | - |
| YUV | 117.32 | 90.01 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 50 | 0.55 | 0 | 0.68 | 0.39 | 109.14 | 0.51 | 0.4 |
| Hex | 45 | 9B | 32 | 37 | 0 | 44 | 27 | 6D | 33 | 28 |
| Octal | 105 | 233 | 62 | 67 | 0 | 104 | 47 | 155 | 63 | 50 |
| Binary | 1000101 | 10011011 | 110010 | 110111 | 0 | 1000100 | 100111 | 1101101 | 110011 | 101000 |
Color Harmonies of #459B32
Complementary color
Monochromatic Colors of #459B32
Black with #459B32
Text Example
Text Example
White with #459B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459B32; }
p { color: rgb(69,155,50); }
H1.HeaderClassName
{
color: #459B32;
}
.AnyTagClassName
{
color: #459B32;
}
</style>
background-color css
<style>
a { background-color: #459B32; }
a { background-color: rgb(69,155,50); }
div.DivClassName
{
background-color: #459B32;
}
.BgClassName
{
background-color: #459B32;
}
</style>
border-color css
<style>
span { border-color: #459B32; }
span { border-color: rgb(69,155,50); }
td.TdClassName
{
border-color: #459B32;
}
.TagClassName
{
border-color: #459B32;
}
</style>