Shades of La Palma #459C38
Tints of La Palma #459C38
RGB
CMYK
RGB Variations
Color information
#459C38 (or 0x459C38) is known color: La Palma. HEX triplet: 45, 9C and 38. RGB value is (69,156,56). Sum of RGB (Red+Green+Blue) = 69+156+56=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 156 (61.33% from 255 or 55.52% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 156 - color contains mainly: green. Hex color #459C38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459C38 is #BA63C7. Grayscale: #767676. Windows color (decimal): -12215240 or 3710021. OLE color: 3710021.
HSL color Cylindrical-coordinate representation of color #459C38: hue angle of 112.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #459C38 is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 156 | 56 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.39 |
| HSL | 112.2º | 0.47% | 0.42% | - |
| HSV(B) | 112.2º | 0.64% | 0.61% | - |
| XYZ | 15.06 | 25.33 | 7.84 | - |
| YUV | 118.59 | 92.68 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 156 | 56 | 0.56 | 0 | 0.64 | 0.39 | 112.2 | 0.47 | 0.42 |
| Hex | 45 | 9C | 38 | 38 | 0 | 40 | 27 | 70 | 2F | 2A |
| Octal | 105 | 234 | 70 | 70 | 0 | 100 | 47 | 160 | 57 | 52 |
| Binary | 1000101 | 10011100 | 111000 | 111000 | 0 | 1000000 | 100111 | 1110000 | 101111 | 101010 |
Color Harmonies of #459C38
Complementary color
Monochromatic Colors of #459C38
Black with #459C38
Text Example
Text Example
White with #459C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459C38; }
p { color: rgb(69,156,56); }
H1.HeaderClassName
{
color: #459C38;
}
.AnyTagClassName
{
color: #459C38;
}
</style>
background-color css
<style>
a { background-color: #459C38; }
a { background-color: rgb(69,156,56); }
div.DivClassName
{
background-color: #459C38;
}
.BgClassName
{
background-color: #459C38;
}
</style>
border-color css
<style>
span { border-color: #459C38; }
span { border-color: rgb(69,156,56); }
td.TdClassName
{
border-color: #459C38;
}
.TagClassName
{
border-color: #459C38;
}
</style>