Shades of La Palma #459A33
Tints of La Palma #459A33
RGB
CMYK
RGB Variations
Color information
#459A33 (or 0x459A33) is known color: La Palma. HEX triplet: 45, 9A and 33. RGB value is (69,154,51). Sum of RGB (Red+Green+Blue) = 69+154+51=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 154 (60.55% from 255 or 56.20% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 154 - color contains mainly: green. Hex color #459A33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459A33 is #BA65CC. Grayscale: #757575. Windows color (decimal): -12215757 or 3381829. OLE color: 3381829.
HSL color Cylindrical-coordinate representation of color #459A33: hue angle of 109.51º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #459A33 is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 154 | 51 | - |
| CMYK | 0.55 | 0 | 0.67 | 0.40 |
| HSL | 109.51º | 0.5% | 0.4% | - |
| HSV(B) | 109.51º | 0.67% | 0.6% | - |
| XYZ | 14.61 | 24.62 | 7.11 | - |
| YUV | 116.84 | 90.84 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 154 | 51 | 0.55 | 0 | 0.67 | 0.40 | 109.51 | 0.5 | 0.4 |
| Hex | 45 | 9A | 33 | 37 | 0 | 43 | 28 | 6E | 32 | 28 |
| Octal | 105 | 232 | 63 | 67 | 0 | 103 | 50 | 156 | 62 | 50 |
| Binary | 1000101 | 10011010 | 110011 | 110111 | 0 | 1000011 | 101000 | 1101110 | 110010 | 101000 |
Color Harmonies of #459A33
Complementary color
Monochromatic Colors of #459A33
Black with #459A33
Text Example
Text Example
White with #459A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459A33; }
p { color: rgb(69,154,51); }
H1.HeaderClassName
{
color: #459A33;
}
.AnyTagClassName
{
color: #459A33;
}
</style>
background-color css
<style>
a { background-color: #459A33; }
a { background-color: rgb(69,154,51); }
div.DivClassName
{
background-color: #459A33;
}
.BgClassName
{
background-color: #459A33;
}
</style>
border-color css
<style>
span { border-color: #459A33; }
span { border-color: rgb(69,154,51); }
td.TdClassName
{
border-color: #459A33;
}
.TagClassName
{
border-color: #459A33;
}
</style>