Shades of La Palma #459C30
Tints of La Palma #459C30
RGB
CMYK
RGB Variations
Color information
#459C30 (or 0x459C30) is known color: La Palma. HEX triplet: 45, 9C and 30. RGB value is (69,156,48). Sum of RGB (Red+Green+Blue) = 69+156+48=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 156 (61.33% from 255 or 57.14% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 156 - color contains mainly: green. Hex color #459C30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459C30 is #BA63CF. Grayscale: #767676. Windows color (decimal): -12215248 or 3185733. OLE color: 3185733.
HSL color Cylindrical-coordinate representation of color #459C30: hue angle of 108.33º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #459C30 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 156 | 48 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.39 |
| HSL | 108.33º | 0.53% | 0.4% | - |
| HSV(B) | 108.33º | 0.69% | 0.61% | - |
| XYZ | 14.88 | 25.26 | 6.89 | - |
| YUV | 117.68 | 88.68 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 156 | 48 | 0.56 | 0 | 0.69 | 0.39 | 108.33 | 0.53 | 0.4 |
| Hex | 45 | 9C | 30 | 38 | 0 | 45 | 27 | 6C | 35 | 28 |
| Octal | 105 | 234 | 60 | 70 | 0 | 105 | 47 | 154 | 65 | 50 |
| Binary | 1000101 | 10011100 | 110000 | 111000 | 0 | 1000101 | 100111 | 1101100 | 110101 | 101000 |
Color Harmonies of #459C30
Complementary color
Monochromatic Colors of #459C30
Black with #459C30
Text Example
Text Example
White with #459C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459C30; }
p { color: rgb(69,156,48); }
H1.HeaderClassName
{
color: #459C30;
}
.AnyTagClassName
{
color: #459C30;
}
</style>
background-color css
<style>
a { background-color: #459C30; }
a { background-color: rgb(69,156,48); }
div.DivClassName
{
background-color: #459C30;
}
.BgClassName
{
background-color: #459C30;
}
</style>
border-color css
<style>
span { border-color: #459C30; }
span { border-color: rgb(69,156,48); }
td.TdClassName
{
border-color: #459C30;
}
.TagClassName
{
border-color: #459C30;
}
</style>