Shades of La Palma #4B9436
Tints of La Palma #4B9436
RGB
CMYK
RGB Variations
Color information
#4B9436 (or 0x4B9436) is known color: La Palma. HEX triplet: 4B, 94 and 36. RGB value is (75,148,54). Sum of RGB (Red+Green+Blue) = 75+148+54=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #4B9436 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9436 is #B46BC9. Grayscale: #737373. Windows color (decimal): -11824074 or 3576907. OLE color: 3576907.
HSL color Cylindrical-coordinate representation of color #4B9436: hue angle of 106.6º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B9436 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 148 | 54 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.42 |
| HSL | 106.6º | 0.47% | 0.4% | - |
| HSV(B) | 106.6º | 0.64% | 0.58% | - |
| XYZ | 14.16 | 22.94 | 7.17 | - |
| YUV | 115.46 | 93.32 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 148 | 54 | 0.49 | 0 | 0.64 | 0.42 | 106.6 | 0.47 | 0.4 |
| Hex | 4B | 94 | 36 | 31 | 0 | 40 | 2A | 6B | 2F | 28 |
| Octal | 113 | 224 | 66 | 61 | 0 | 100 | 52 | 153 | 57 | 50 |
| Binary | 1001011 | 10010100 | 110110 | 110001 | 0 | 1000000 | 101010 | 1101011 | 101111 | 101000 |
Color Harmonies of #4B9436
Complementary color
Monochromatic Colors of #4B9436
Black with #4B9436
Text Example
Text Example
White with #4B9436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9436; }
p { color: rgb(75,148,54); }
H1.HeaderClassName
{
color: #4B9436;
}
.AnyTagClassName
{
color: #4B9436;
}
</style>
background-color css
<style>
a { background-color: #4B9436; }
a { background-color: rgb(75,148,54); }
div.DivClassName
{
background-color: #4B9436;
}
.BgClassName
{
background-color: #4B9436;
}
</style>
border-color css
<style>
span { border-color: #4B9436; }
span { border-color: rgb(75,148,54); }
td.TdClassName
{
border-color: #4B9436;
}
.TagClassName
{
border-color: #4B9436;
}
</style>