Shades of La Palma #458C31
Tints of La Palma #458C31
RGB
CMYK
RGB Variations
Color information
#458C31 (or 0x458C31) is known color: La Palma. HEX triplet: 45, 8C and 31. RGB value is (69,140,49). Sum of RGB (Red+Green+Blue) = 69+140+49=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 140 (55.08% from 255 or 54.26% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 140 - color contains mainly: green. Hex color #458C31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458C31 is #BA73CE. Grayscale: #6C6C6C. Windows color (decimal): -12219343 or 3247173. OLE color: 3247173.
HSL color Cylindrical-coordinate representation of color #458C31: hue angle of 106.81º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #458C31 is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 140 | 49 | - |
| CMYK | 0.51 | 0 | 0.65 | 0.45 |
| HSL | 106.81º | 0.48% | 0.37% | - |
| HSV(B) | 106.81º | 0.65% | 0.55% | - |
| XYZ | 12.39 | 20.24 | 6.16 | - |
| YUV | 108.4 | 94.48 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 49 | 0.51 | 0 | 0.65 | 0.45 | 106.81 | 0.48 | 0.37 |
| Hex | 45 | 8C | 31 | 33 | 0 | 41 | 2D | 6B | 30 | 25 |
| Octal | 105 | 214 | 61 | 63 | 0 | 101 | 55 | 153 | 60 | 45 |
| Binary | 1000101 | 10001100 | 110001 | 110011 | 0 | 1000001 | 101101 | 1101011 | 110000 | 100101 |
Color Harmonies of #458C31
Complementary color
Monochromatic Colors of #458C31
Black with #458C31
Text Example
Text Example
White with #458C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458C31; }
p { color: rgb(69,140,49); }
H1.HeaderClassName
{
color: #458C31;
}
.AnyTagClassName
{
color: #458C31;
}
</style>
background-color css
<style>
a { background-color: #458C31; }
a { background-color: rgb(69,140,49); }
div.DivClassName
{
background-color: #458C31;
}
.BgClassName
{
background-color: #458C31;
}
</style>
border-color css
<style>
span { border-color: #458C31; }
span { border-color: rgb(69,140,49); }
td.TdClassName
{
border-color: #458C31;
}
.TagClassName
{
border-color: #458C31;
}
</style>