Shades of La Palma #458532
Tints of La Palma #458532
RGB
CMYK
RGB Variations
Color information
#458532 (or 0x458532) is known color: La Palma. HEX triplet: 45, 85 and 32. RGB value is (69,133,50). Sum of RGB (Red+Green+Blue) = 69+133+50=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #458532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458532 is #BA7ACD. Grayscale: #686868. Windows color (decimal): -12221134 or 3310917. OLE color: 3310917.
HSL color Cylindrical-coordinate representation of color #458532: hue angle of 106.27º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #458532 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 133 | 50 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.48 |
| HSL | 106.27º | 0.45% | 0.36% | - |
| HSV(B) | 106.27º | 0.62% | 0.52% | - |
| XYZ | 11.42 | 18.27 | 5.94 | - |
| YUV | 104.4 | 97.3 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 133 | 50 | 0.48 | 0 | 0.62 | 0.48 | 106.27 | 0.45 | 0.36 |
| Hex | 45 | 85 | 32 | 30 | 0 | 3E | 30 | 6A | 2D | 24 |
| Octal | 105 | 205 | 62 | 60 | 0 | 76 | 60 | 152 | 55 | 44 |
| Binary | 1000101 | 10000101 | 110010 | 110000 | 0 | 111110 | 110000 | 1101010 | 101101 | 100100 |
Color Harmonies of #458532
Complementary color
Monochromatic Colors of #458532
Black with #458532
Text Example
Text Example
White with #458532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458532; }
p { color: rgb(69,133,50); }
H1.HeaderClassName
{
color: #458532;
}
.AnyTagClassName
{
color: #458532;
}
</style>
background-color css
<style>
a { background-color: #458532; }
a { background-color: rgb(69,133,50); }
div.DivClassName
{
background-color: #458532;
}
.BgClassName
{
background-color: #458532;
}
</style>
border-color css
<style>
span { border-color: #458532; }
span { border-color: rgb(69,133,50); }
td.TdClassName
{
border-color: #458532;
}
.TagClassName
{
border-color: #458532;
}
</style>