Shades of La Palma #38952F
Tints of La Palma #38952F
RGB
CMYK
RGB Variations
Color information
#38952F (or 0x38952F) is known color: La Palma. HEX triplet: 38, 95 and 2F. RGB value is (56,149,47). Sum of RGB (Red+Green+Blue) = 56+149+47=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 149 (58.59% from 255 or 59.13% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 149 - color contains mainly: green. Hex color #38952F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38952F is #C76AD0. Grayscale: #6D6D6D. Windows color (decimal): -13069009 or 3118392. OLE color: 3118392.
HSL color Cylindrical-coordinate representation of color #38952F: hue angle of 114.71º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38952F is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 149 | 47 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.42 |
| HSL | 114.71º | 0.52% | 0.38% | - |
| HSV(B) | 114.71º | 0.68% | 0.58% | - |
| XYZ | 12.89 | 22.54 | 6.36 | - |
| YUV | 109.57 | 92.69 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 149 | 47 | 0.62 | 0 | 0.68 | 0.42 | 114.71 | 0.52 | 0.38 |
| Hex | 38 | 95 | 2F | 3E | 0 | 44 | 2A | 73 | 34 | 26 |
| Octal | 70 | 225 | 57 | 76 | 0 | 104 | 52 | 163 | 64 | 46 |
| Binary | 111000 | 10010101 | 101111 | 111110 | 0 | 1000100 | 101010 | 1110011 | 110100 | 100110 |
Color Harmonies of #38952F
Complementary color
Monochromatic Colors of #38952F
Black with #38952F
Text Example
Text Example
White with #38952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38952F; }
p { color: rgb(56,149,47); }
H1.HeaderClassName
{
color: #38952F;
}
.AnyTagClassName
{
color: #38952F;
}
</style>
background-color css
<style>
a { background-color: #38952F; }
a { background-color: rgb(56,149,47); }
div.DivClassName
{
background-color: #38952F;
}
.BgClassName
{
background-color: #38952F;
}
</style>
border-color css
<style>
span { border-color: #38952F; }
span { border-color: rgb(56,149,47); }
td.TdClassName
{
border-color: #38952F;
}
.TagClassName
{
border-color: #38952F;
}
</style>