Shades of La Palma #45980B
Tints of La Palma #45980B
RGB
CMYK
RGB Variations
Color information
#45980B (or 0x45980B) is known color: La Palma. HEX triplet: 45, 98 and 0B. RGB value is (69,152,11). Sum of RGB (Red+Green+Blue) = 69+152+11=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 152 (59.77% from 255 or 65.52% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 152 - color contains mainly: green. Hex color #45980B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45980B is #BA67F4. Grayscale: #6F6F6F. Windows color (decimal): -12216309 or 759877. OLE color: 759877.
HSL color Cylindrical-coordinate representation of color #45980B: hue angle of 95.32º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #45980B is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 152 | 11 | - |
| CMYK | 0.55 | 0 | 0.93 | 0.40 |
| HSL | 95.32º | 0.87% | 0.32% | - |
| HSV(B) | 95.32º | 0.93% | 0.6% | - |
| XYZ | 13.74 | 23.75 | 4.18 | - |
| YUV | 111.11 | 71.5 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 152 | 11 | 0.55 | 0 | 0.93 | 0.40 | 95.32 | 0.87 | 0.32 |
| Hex | 45 | 98 | B | 37 | 0 | 5D | 28 | 5F | 57 | 20 |
| Octal | 105 | 230 | 13 | 67 | 0 | 135 | 50 | 137 | 127 | 40 |
| Binary | 1000101 | 10011000 | 1011 | 110111 | 0 | 1011101 | 101000 | 1011111 | 1010111 | 100000 |
Color Harmonies of #45980B
Complementary color
Monochromatic Colors of #45980B
Black with #45980B
Text Example
Text Example
White with #45980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45980B; }
p { color: rgb(69,152,11); }
H1.HeaderClassName
{
color: #45980B;
}
.AnyTagClassName
{
color: #45980B;
}
</style>
background-color css
<style>
a { background-color: #45980B; }
a { background-color: rgb(69,152,11); }
div.DivClassName
{
background-color: #45980B;
}
.BgClassName
{
background-color: #45980B;
}
</style>
border-color css
<style>
span { border-color: #45980B; }
span { border-color: rgb(69,152,11); }
td.TdClassName
{
border-color: #45980B;
}
.TagClassName
{
border-color: #45980B;
}
</style>