Shades of La Palma #38A32C
Tints of La Palma #38A32C
RGB
CMYK
RGB Variations
Color information
#38A32C (or 0x38A32C) is known color: La Palma. HEX triplet: 38, A3 and 2C. RGB value is (56,163,44). Sum of RGB (Red+Green+Blue) = 56+163+44=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 163 (64.06% from 255 or 61.98% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 163 - color contains mainly: green. Hex color #38A32C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A32C is #C75CD3. Grayscale: #757575. Windows color (decimal): -13065428 or 2925368. OLE color: 2925368.
HSL color Cylindrical-coordinate representation of color #38A32C: hue angle of 113.95º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38A32C is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 163 | 44 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.36 |
| HSL | 113.95º | 0.57% | 0.41% | - |
| HSV(B) | 113.95º | 0.73% | 0.64% | - |
| XYZ | 15.18 | 27.22 | 6.84 | - |
| YUV | 117.44 | 86.55 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 163 | 44 | 0.66 | 0 | 0.73 | 0.36 | 113.95 | 0.57 | 0.41 |
| Hex | 38 | A3 | 2C | 42 | 0 | 49 | 24 | 72 | 39 | 29 |
| Octal | 70 | 243 | 54 | 102 | 0 | 111 | 44 | 162 | 71 | 51 |
| Binary | 111000 | 10100011 | 101100 | 1000010 | 0 | 1001001 | 100100 | 1110010 | 111001 | 101001 |
Color Harmonies of #38A32C
Complementary color
Monochromatic Colors of #38A32C
Black with #38A32C
Text Example
Text Example
White with #38A32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A32C; }
p { color: rgb(56,163,44); }
H1.HeaderClassName
{
color: #38A32C;
}
.AnyTagClassName
{
color: #38A32C;
}
</style>
background-color css
<style>
a { background-color: #38A32C; }
a { background-color: rgb(56,163,44); }
div.DivClassName
{
background-color: #38A32C;
}
.BgClassName
{
background-color: #38A32C;
}
</style>
border-color css
<style>
span { border-color: #38A32C; }
span { border-color: rgb(56,163,44); }
td.TdClassName
{
border-color: #38A32C;
}
.TagClassName
{
border-color: #38A32C;
}
</style>