Shades of La Palma #459A2C
Tints of La Palma #459A2C
RGB
CMYK
RGB Variations
Color information
#459A2C (or 0x459A2C) is known color: La Palma. HEX triplet: 45, 9A and 2C. RGB value is (69,154,44). Sum of RGB (Red+Green+Blue) = 69+154+44=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 154 (60.55% from 255 or 57.68% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 154 - color contains mainly: green. Hex color #459A2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459A2C is #BA65D3. Grayscale: #747474. Windows color (decimal): -12215764 or 2923077. OLE color: 2923077.
HSL color Cylindrical-coordinate representation of color #459A2C: hue angle of 106.36º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #459A2C is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 154 | 44 | - |
| CMYK | 0.55 | 0 | 0.71 | 0.40 |
| HSL | 106.36º | 0.56% | 0.39% | - |
| HSV(B) | 106.36º | 0.71% | 0.6% | - |
| XYZ | 14.46 | 24.56 | 6.36 | - |
| YUV | 116.05 | 87.34 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 154 | 44 | 0.55 | 0 | 0.71 | 0.40 | 106.36 | 0.56 | 0.39 |
| Hex | 45 | 9A | 2C | 37 | 0 | 47 | 28 | 6A | 38 | 27 |
| Octal | 105 | 232 | 54 | 67 | 0 | 107 | 50 | 152 | 70 | 47 |
| Binary | 1000101 | 10011010 | 101100 | 110111 | 0 | 1000111 | 101000 | 1101010 | 111000 | 100111 |
Color Harmonies of #459A2C
Complementary color
Monochromatic Colors of #459A2C
Black with #459A2C
Text Example
Text Example
White with #459A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459A2C; }
p { color: rgb(69,154,44); }
H1.HeaderClassName
{
color: #459A2C;
}
.AnyTagClassName
{
color: #459A2C;
}
</style>
background-color css
<style>
a { background-color: #459A2C; }
a { background-color: rgb(69,154,44); }
div.DivClassName
{
background-color: #459A2C;
}
.BgClassName
{
background-color: #459A2C;
}
</style>
border-color css
<style>
span { border-color: #459A2C; }
span { border-color: rgb(69,154,44); }
td.TdClassName
{
border-color: #459A2C;
}
.TagClassName
{
border-color: #459A2C;
}
</style>