Shades of La Palma #4B933D
Tints of La Palma #4B933D
RGB
CMYK
RGB Variations
Color information
#4B933D (or 0x4B933D) is known color: La Palma. HEX triplet: 4B, 93 and 3D. RGB value is (75,147,61). Sum of RGB (Red+Green+Blue) = 75+147+61=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #4B933D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B933D is #B46CC2. Grayscale: #737373. Windows color (decimal): -11824323 or 4035403. OLE color: 4035403.
HSL color Cylindrical-coordinate representation of color #4B933D: hue angle of 110.23º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B933D is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 147 | 61 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.42 |
| HSL | 110.23º | 0.41% | 0.41% | - |
| HSV(B) | 110.23º | 0.59% | 0.58% | - |
| XYZ | 14.18 | 22.7 | 8.05 | - |
| YUV | 115.67 | 97.15 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 147 | 61 | 0.49 | 0 | 0.59 | 0.42 | 110.23 | 0.41 | 0.41 |
| Hex | 4B | 93 | 3D | 31 | 0 | 3B | 2A | 6E | 29 | 29 |
| Octal | 113 | 223 | 75 | 61 | 0 | 73 | 52 | 156 | 51 | 51 |
| Binary | 1001011 | 10010011 | 111101 | 110001 | 0 | 111011 | 101010 | 1101110 | 101001 | 101001 |
Color Harmonies of #4B933D
Complementary color
Monochromatic Colors of #4B933D
Black with #4B933D
Text Example
Text Example
White with #4B933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B933D; }
p { color: rgb(75,147,61); }
H1.HeaderClassName
{
color: #4B933D;
}
.AnyTagClassName
{
color: #4B933D;
}
</style>
background-color css
<style>
a { background-color: #4B933D; }
a { background-color: rgb(75,147,61); }
div.DivClassName
{
background-color: #4B933D;
}
.BgClassName
{
background-color: #4B933D;
}
</style>
border-color css
<style>
span { border-color: #4B933D; }
span { border-color: rgb(75,147,61); }
td.TdClassName
{
border-color: #4B933D;
}
.TagClassName
{
border-color: #4B933D;
}
</style>