Shades of La Palma #458F3D
Tints of La Palma #458F3D
RGB
CMYK
RGB Variations
Color information
#458F3D (or 0x458F3D) is known color: La Palma. HEX triplet: 45, 8F and 3D. RGB value is (69,143,61). Sum of RGB (Red+Green+Blue) = 69+143+61=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 143 (56.25% from 255 or 52.38% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 143 - color contains mainly: green. Hex color #458F3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458F3D is #BA70C2. Grayscale: #6F6F6F. Windows color (decimal): -12218563 or 4034373. OLE color: 4034373.
HSL color Cylindrical-coordinate representation of color #458F3D: hue angle of 114.15º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #458F3D is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 143 | 61 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.44 |
| HSL | 114.15º | 0.4% | 0.4% | - |
| HSV(B) | 114.15º | 0.57% | 0.56% | - |
| XYZ | 13.12 | 21.25 | 7.82 | - |
| YUV | 111.53 | 99.48 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 61 | 0.52 | 0 | 0.57 | 0.44 | 114.15 | 0.4 | 0.4 |
| Hex | 45 | 8F | 3D | 34 | 0 | 39 | 2C | 72 | 28 | 28 |
| Octal | 105 | 217 | 75 | 64 | 0 | 71 | 54 | 162 | 50 | 50 |
| Binary | 1000101 | 10001111 | 111101 | 110100 | 0 | 111001 | 101100 | 1110010 | 101000 | 101000 |
Color Harmonies of #458F3D
Complementary color
Monochromatic Colors of #458F3D
Black with #458F3D
Text Example
Text Example
White with #458F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458F3D; }
p { color: rgb(69,143,61); }
H1.HeaderClassName
{
color: #458F3D;
}
.AnyTagClassName
{
color: #458F3D;
}
</style>
background-color css
<style>
a { background-color: #458F3D; }
a { background-color: rgb(69,143,61); }
div.DivClassName
{
background-color: #458F3D;
}
.BgClassName
{
background-color: #458F3D;
}
</style>
border-color css
<style>
span { border-color: #458F3D; }
span { border-color: rgb(69,143,61); }
td.TdClassName
{
border-color: #458F3D;
}
.TagClassName
{
border-color: #458F3D;
}
</style>