Shades of La Palma #38922C
Tints of La Palma #38922C
RGB
CMYK
RGB Variations
Color information
#38922C (or 0x38922C) is known color: La Palma. HEX triplet: 38, 92 and 2C. RGB value is (56,146,44). Sum of RGB (Red+Green+Blue) = 56+146+44=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 146 (57.42% from 255 or 59.35% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 146 - color contains mainly: green. Hex color #38922C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38922C is #C76DD3. Grayscale: #6B6B6B. Windows color (decimal): -13069780 or 2921016. OLE color: 2921016.
HSL color Cylindrical-coordinate representation of color #38922C: hue angle of 112.94º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38922C is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 146 | 44 | - |
| CMYK | 0.62 | 0 | 0.70 | 0.43 |
| HSL | 112.94º | 0.54% | 0.37% | - |
| HSV(B) | 112.94º | 0.7% | 0.57% | - |
| XYZ | 12.36 | 21.58 | 5.9 | - |
| YUV | 107.46 | 92.18 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 146 | 44 | 0.62 | 0 | 0.70 | 0.43 | 112.94 | 0.54 | 0.37 |
| Hex | 38 | 92 | 2C | 3E | 0 | 46 | 2B | 71 | 36 | 25 |
| Octal | 70 | 222 | 54 | 76 | 0 | 106 | 53 | 161 | 66 | 45 |
| Binary | 111000 | 10010010 | 101100 | 111110 | 0 | 1000110 | 101011 | 1110001 | 110110 | 100101 |
Color Harmonies of #38922C
Complementary color
Monochromatic Colors of #38922C
Black with #38922C
Text Example
Text Example
White with #38922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38922C; }
p { color: rgb(56,146,44); }
H1.HeaderClassName
{
color: #38922C;
}
.AnyTagClassName
{
color: #38922C;
}
</style>
background-color css
<style>
a { background-color: #38922C; }
a { background-color: rgb(56,146,44); }
div.DivClassName
{
background-color: #38922C;
}
.BgClassName
{
background-color: #38922C;
}
</style>
border-color css
<style>
span { border-color: #38922C; }
span { border-color: rgb(56,146,44); }
td.TdClassName
{
border-color: #38922C;
}
.TagClassName
{
border-color: #38922C;
}
</style>