Shades of La Palma #458C03
Tints of La Palma #458C03
RGB
CMYK
RGB Variations
Color information
#458C03 (or 0x458C03) is known color: La Palma. HEX triplet: 45, 8C and 03. RGB value is (69,140,3). Sum of RGB (Red+Green+Blue) = 69+140+3=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 140 (55.08% from 255 or 66.04% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 140 - color contains mainly: green. Hex color #458C03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #458C03 is #BA73FC. Grayscale: #676767. Windows color (decimal): -12219389 or 232517. OLE color: 232517.
HSL color Cylindrical-coordinate representation of color #458C03: hue angle of 91.09º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #458C03 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 140 | 3 | - |
| CMYK | 0.51 | 0 | 0.98 | 0.45 |
| HSL | 91.09º | 0.96% | 0.28% | - |
| HSV(B) | 91.09º | 0.98% | 0.55% | - |
| XYZ | 11.85 | 20.03 | 3.33 | - |
| YUV | 103.15 | 71.48 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 3 | 0.51 | 0 | 0.98 | 0.45 | 91.09 | 0.96 | 0.28 |
| Hex | 45 | 8C | 3 | 33 | 0 | 62 | 2D | 5B | 60 | 1C |
| Octal | 105 | 214 | 3 | 63 | 0 | 142 | 55 | 133 | 140 | 34 |
| Binary | 1000101 | 10001100 | 11 | 110011 | 0 | 1100010 | 101101 | 1011011 | 1100000 | 11100 |
Color Harmonies of #458C03
Complementary color
Monochromatic Colors of #458C03
Black with #458C03
Text Example
Text Example
White with #458C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458C03; }
p { color: rgb(69,140,3); }
H1.HeaderClassName
{
color: #458C03;
}
.AnyTagClassName
{
color: #458C03;
}
</style>
background-color css
<style>
a { background-color: #458C03; }
a { background-color: rgb(69,140,3); }
div.DivClassName
{
background-color: #458C03;
}
.BgClassName
{
background-color: #458C03;
}
</style>
border-color css
<style>
span { border-color: #458C03; }
span { border-color: rgb(69,140,3); }
td.TdClassName
{
border-color: #458C03;
}
.TagClassName
{
border-color: #458C03;
}
</style>