Shades of La Palma #38A033
Tints of La Palma #38A033
RGB
CMYK
RGB Variations
Color information
#38A033 (or 0x38A033) is known color: La Palma. HEX triplet: 38, A0 and 33. RGB value is (56,160,51). Sum of RGB (Red+Green+Blue) = 56+160+51=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 160 (62.89% from 255 or 59.93% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 160 - color contains mainly: green. Hex color #38A033 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A033 is #C75FCC. Grayscale: #747474. Windows color (decimal): -13066189 or 3383352. OLE color: 3383352.
HSL color Cylindrical-coordinate representation of color #38A033: hue angle of 117.25º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38A033 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 56 | 160 | 51 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.37 |
| HSL | 117.25º | 0.52% | 0.41% | - |
| HSV(B) | 117.25º | 0.68% | 0.63% | - |
| XYZ | 14.8 | 26.22 | 7.41 | - |
| YUV | 116.48 | 91.04 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 160 | 51 | 0.65 | 0 | 0.68 | 0.37 | 117.25 | 0.52 | 0.41 |
| Hex | 38 | A0 | 33 | 41 | 0 | 44 | 25 | 75 | 34 | 29 |
| Octal | 70 | 240 | 63 | 101 | 0 | 104 | 45 | 165 | 64 | 51 |
| Binary | 111000 | 10100000 | 110011 | 1000001 | 0 | 1000100 | 100101 | 1110101 | 110100 | 101001 |
Color Harmonies of #38A033
Complementary color
Monochromatic Colors of #38A033
Black with #38A033
Text Example
Text Example
White with #38A033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A033; }
p { color: rgb(56,160,51); }
H1.HeaderClassName
{
color: #38A033;
}
.AnyTagClassName
{
color: #38A033;
}
</style>
background-color css
<style>
a { background-color: #38A033; }
a { background-color: rgb(56,160,51); }
div.DivClassName
{
background-color: #38A033;
}
.BgClassName
{
background-color: #38A033;
}
</style>
border-color css
<style>
span { border-color: #38A033; }
span { border-color: rgb(56,160,51); }
td.TdClassName
{
border-color: #38A033;
}
.TagClassName
{
border-color: #38A033;
}
</style>