Shades of La Palma #538B33
Tints of La Palma #538B33
RGB
CMYK
RGB Variations
Color information
#538B33 (or 0x538B33) is known color: La Palma. HEX triplet: 53, 8B and 33. RGB value is (83,139,51). Sum of RGB (Red+Green+Blue) = 83+139+51=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #538B33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538B33 is #AC74CC. Grayscale: #707070. Windows color (decimal): -11302093 or 3378003. OLE color: 3378003.
HSL color Cylindrical-coordinate representation of color #538B33: hue angle of 98.18º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #538B33 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 139 | 51 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.45 |
| HSL | 98.18º | 0.46% | 0.37% | - |
| HSV(B) | 98.18º | 0.63% | 0.55% | - |
| XYZ | 13.4 | 20.54 | 6.39 | - |
| YUV | 112.22 | 93.45 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 51 | 0.40 | 0 | 0.63 | 0.45 | 98.18 | 0.46 | 0.37 |
| Hex | 53 | 8B | 33 | 28 | 0 | 3F | 2D | 62 | 2E | 25 |
| Octal | 123 | 213 | 63 | 50 | 0 | 77 | 55 | 142 | 56 | 45 |
| Binary | 1010011 | 10001011 | 110011 | 101000 | 0 | 111111 | 101101 | 1100010 | 101110 | 100101 |
Color Harmonies of #538B33
Complementary color
Monochromatic Colors of #538B33
Black with #538B33
Text Example
Text Example
White with #538B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538B33; }
p { color: rgb(83,139,51); }
H1.HeaderClassName
{
color: #538B33;
}
.AnyTagClassName
{
color: #538B33;
}
</style>
background-color css
<style>
a { background-color: #538B33; }
a { background-color: rgb(83,139,51); }
div.DivClassName
{
background-color: #538B33;
}
.BgClassName
{
background-color: #538B33;
}
</style>
border-color css
<style>
span { border-color: #538B33; }
span { border-color: rgb(83,139,51); }
td.TdClassName
{
border-color: #538B33;
}
.TagClassName
{
border-color: #538B33;
}
</style>