Shades of La Palma #4B993C
Tints of La Palma #4B993C
RGB
CMYK
RGB Variations
Color information
#4B993C (or 0x4B993C) is known color: La Palma. HEX triplet: 4B, 99 and 3C. RGB value is (75,153,60). Sum of RGB (Red+Green+Blue) = 75+153+60=288 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.04% from 288); Green value is 153 (60.16% from 255 or 53.12% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 153 - color contains mainly: green. Hex color #4B993C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B993C is #B466C3. Grayscale: #777777. Windows color (decimal): -11822788 or 3971403. OLE color: 3971403.
HSL color Cylindrical-coordinate representation of color #4B993C: hue angle of 110.32º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B993C is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 75 | 153 | 60 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.4 |
| HSL | 110.32º | 0.44% | 0.42% | - |
| HSV(B) | 110.32º | 0.61% | 0.6% | - |
| XYZ | 15.11 | 24.6 | 8.23 | - |
| YUV | 119.08 | 94.66 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 153 | 60 | 0.51 | 0 | 0.61 | 0.4 | 110.32 | 0.44 | 0.42 |
| Hex | 4B | 99 | 3C | 33 | 0 | 3D | 28 | 6E | 2C | 2A |
| Octal | 113 | 231 | 74 | 63 | 0 | 75 | 50 | 156 | 54 | 52 |
| Binary | 1001011 | 10011001 | 111100 | 110011 | 0 | 111101 | 101000 | 1101110 | 101100 | 101010 |
Color Harmonies of #4B993C
Complementary color
Monochromatic Colors of #4B993C
Black with #4B993C
Text Example
Text Example
White with #4B993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B993C; }
p { color: rgb(75,153,60); }
H1.HeaderClassName
{
color: #4B993C;
}
.AnyTagClassName
{
color: #4B993C;
}
</style>
background-color css
<style>
a { background-color: #4B993C; }
a { background-color: rgb(75,153,60); }
div.DivClassName
{
background-color: #4B993C;
}
.BgClassName
{
background-color: #4B993C;
}
</style>
border-color css
<style>
span { border-color: #4B993C; }
span { border-color: rgb(75,153,60); }
td.TdClassName
{
border-color: #4B993C;
}
.TagClassName
{
border-color: #4B993C;
}
</style>