Shades of La Palma #458C34
Tints of La Palma #458C34
RGB
CMYK
RGB Variations
Color information
#458C34 (or 0x458C34) is known color: La Palma. HEX triplet: 45, 8C and 34. RGB value is (69,140,52). Sum of RGB (Red+Green+Blue) = 69+140+52=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 140 (55.08% from 255 or 53.64% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 140 - color contains mainly: green. Hex color #458C34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458C34 is #BA73CB. Grayscale: #6D6D6D. Windows color (decimal): -12219340 or 3443781. OLE color: 3443781.
HSL color Cylindrical-coordinate representation of color #458C34: hue angle of 108.41º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #458C34 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 140 | 52 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.45 |
| HSL | 108.41º | 0.46% | 0.38% | - |
| HSV(B) | 108.41º | 0.63% | 0.55% | - |
| XYZ | 12.45 | 20.27 | 6.5 | - |
| YUV | 108.74 | 95.98 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 52 | 0.51 | 0 | 0.63 | 0.45 | 108.41 | 0.46 | 0.38 |
| Hex | 45 | 8C | 34 | 33 | 0 | 3F | 2D | 6C | 2E | 26 |
| Octal | 105 | 214 | 64 | 63 | 0 | 77 | 55 | 154 | 56 | 46 |
| Binary | 1000101 | 10001100 | 110100 | 110011 | 0 | 111111 | 101101 | 1101100 | 101110 | 100110 |
Color Harmonies of #458C34
Complementary color
Monochromatic Colors of #458C34
Black with #458C34
Text Example
Text Example
White with #458C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458C34; }
p { color: rgb(69,140,52); }
H1.HeaderClassName
{
color: #458C34;
}
.AnyTagClassName
{
color: #458C34;
}
</style>
background-color css
<style>
a { background-color: #458C34; }
a { background-color: rgb(69,140,52); }
div.DivClassName
{
background-color: #458C34;
}
.BgClassName
{
background-color: #458C34;
}
</style>
border-color css
<style>
span { border-color: #458C34; }
span { border-color: rgb(69,140,52); }
td.TdClassName
{
border-color: #458C34;
}
.TagClassName
{
border-color: #458C34;
}
</style>