Shades of La Palma #459B2C
Tints of La Palma #459B2C
RGB
CMYK
RGB Variations
Color information
#459B2C (or 0x459B2C) is known color: La Palma. HEX triplet: 45, 9B and 2C. RGB value is (69,155,44). Sum of RGB (Red+Green+Blue) = 69+155+44=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 155 (60.94% from 255 or 57.84% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 155 - color contains mainly: green. Hex color #459B2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459B2C is #BA64D3. Grayscale: #747474. Windows color (decimal): -12215508 or 2923333. OLE color: 2923333.
HSL color Cylindrical-coordinate representation of color #459B2C: hue angle of 106.49º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #459B2C is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 155 | 44 | - |
| CMYK | 0.55 | 0 | 0.72 | 0.39 |
| HSL | 106.49º | 0.56% | 0.39% | - |
| HSV(B) | 106.49º | 0.72% | 0.61% | - |
| XYZ | 14.63 | 24.89 | 6.42 | - |
| YUV | 116.63 | 87.01 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 44 | 0.55 | 0 | 0.72 | 0.39 | 106.49 | 0.56 | 0.39 |
| Hex | 45 | 9B | 2C | 37 | 0 | 48 | 27 | 6A | 38 | 27 |
| Octal | 105 | 233 | 54 | 67 | 0 | 110 | 47 | 152 | 70 | 47 |
| Binary | 1000101 | 10011011 | 101100 | 110111 | 0 | 1001000 | 100111 | 1101010 | 111000 | 100111 |
Color Harmonies of #459B2C
Complementary color
Monochromatic Colors of #459B2C
Black with #459B2C
Text Example
Text Example
White with #459B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459B2C; }
p { color: rgb(69,155,44); }
H1.HeaderClassName
{
color: #459B2C;
}
.AnyTagClassName
{
color: #459B2C;
}
</style>
background-color css
<style>
a { background-color: #459B2C; }
a { background-color: rgb(69,155,44); }
div.DivClassName
{
background-color: #459B2C;
}
.BgClassName
{
background-color: #459B2C;
}
</style>
border-color css
<style>
span { border-color: #459B2C; }
span { border-color: rgb(69,155,44); }
td.TdClassName
{
border-color: #459B2C;
}
.TagClassName
{
border-color: #459B2C;
}
</style>