Shades of La Palma #38A032
Tints of La Palma #38A032
RGB
CMYK
RGB Variations
Color information
#38A032 (or 0x38A032) is known color: La Palma. HEX triplet: 38, A0 and 32. RGB value is (56,160,50). Sum of RGB (Red+Green+Blue) = 56+160+50=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 160 (62.89% from 255 or 60.15% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 160 - color contains mainly: green. Hex color #38A032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A032 is #C75FCD. Grayscale: #747474. Windows color (decimal): -13066190 or 3317816. OLE color: 3317816.
HSL color Cylindrical-coordinate representation of color #38A032: hue angle of 116.73º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38A032 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 56 | 160 | 50 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.37 |
| HSL | 116.73º | 0.52% | 0.41% | - |
| HSV(B) | 116.73º | 0.69% | 0.63% | - |
| XYZ | 14.78 | 26.21 | 7.3 | - |
| YUV | 116.36 | 90.54 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 160 | 50 | 0.65 | 0 | 0.69 | 0.37 | 116.73 | 0.52 | 0.41 |
| Hex | 38 | A0 | 32 | 41 | 0 | 45 | 25 | 75 | 34 | 29 |
| Octal | 70 | 240 | 62 | 101 | 0 | 105 | 45 | 165 | 64 | 51 |
| Binary | 111000 | 10100000 | 110010 | 1000001 | 0 | 1000101 | 100101 | 1110101 | 110100 | 101001 |
Color Harmonies of #38A032
Complementary color
Monochromatic Colors of #38A032
Black with #38A032
Text Example
Text Example
White with #38A032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A032; }
p { color: rgb(56,160,50); }
H1.HeaderClassName
{
color: #38A032;
}
.AnyTagClassName
{
color: #38A032;
}
</style>
background-color css
<style>
a { background-color: #38A032; }
a { background-color: rgb(56,160,50); }
div.DivClassName
{
background-color: #38A032;
}
.BgClassName
{
background-color: #38A032;
}
</style>
border-color css
<style>
span { border-color: #38A032; }
span { border-color: rgb(56,160,50); }
td.TdClassName
{
border-color: #38A032;
}
.TagClassName
{
border-color: #38A032;
}
</style>