Shades of La Palma #459B33
Tints of La Palma #459B33
RGB
CMYK
RGB Variations
Color information
#459B33 (or 0x459B33) is known color: La Palma. HEX triplet: 45, 9B and 33. RGB value is (69,155,51). Sum of RGB (Red+Green+Blue) = 69+155+51=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 155 (60.94% from 255 or 56.36% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 155 - color contains mainly: green. Hex color #459B33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459B33 is #BA64CC. Grayscale: #757575. Windows color (decimal): -12215501 or 3382085. OLE color: 3382085.
HSL color Cylindrical-coordinate representation of color #459B33: hue angle of 109.62º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #459B33 is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 155 | 51 | - |
| CMYK | 0.55 | 0 | 0.67 | 0.39 |
| HSL | 109.62º | 0.5% | 0.4% | - |
| HSV(B) | 109.62º | 0.67% | 0.61% | - |
| XYZ | 14.77 | 24.95 | 7.17 | - |
| YUV | 117.43 | 90.51 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 51 | 0.55 | 0 | 0.67 | 0.39 | 109.62 | 0.5 | 0.4 |
| Hex | 45 | 9B | 33 | 37 | 0 | 43 | 27 | 6E | 32 | 28 |
| Octal | 105 | 233 | 63 | 67 | 0 | 103 | 47 | 156 | 62 | 50 |
| Binary | 1000101 | 10011011 | 110011 | 110111 | 0 | 1000011 | 100111 | 1101110 | 110010 | 101000 |
Color Harmonies of #459B33
Complementary color
Monochromatic Colors of #459B33
Black with #459B33
Text Example
Text Example
White with #459B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459B33; }
p { color: rgb(69,155,51); }
H1.HeaderClassName
{
color: #459B33;
}
.AnyTagClassName
{
color: #459B33;
}
</style>
background-color css
<style>
a { background-color: #459B33; }
a { background-color: rgb(69,155,51); }
div.DivClassName
{
background-color: #459B33;
}
.BgClassName
{
background-color: #459B33;
}
</style>
border-color css
<style>
span { border-color: #459B33; }
span { border-color: rgb(69,155,51); }
td.TdClassName
{
border-color: #459B33;
}
.TagClassName
{
border-color: #459B33;
}
</style>