Shades of La Palma #38892F
Tints of La Palma #38892F
RGB
CMYK
RGB Variations
Color information
#38892F (or 0x38892F) is known color: La Palma. HEX triplet: 38, 89 and 2F. RGB value is (56,137,47). Sum of RGB (Red+Green+Blue) = 56+137+47=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 137 (53.91% from 255 or 57.08% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 137 - color contains mainly: green. Hex color #38892F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38892F is #C776D0. Grayscale: #666666. Windows color (decimal): -13072081 or 3115320. OLE color: 3115320.
HSL color Cylindrical-coordinate representation of color #38892F: hue angle of 114º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38892F is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 137 | 47 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.46 |
| HSL | 114º | 0.49% | 0.36% | - |
| HSV(B) | 114º | 0.66% | 0.54% | - |
| XYZ | 11.09 | 18.94 | 5.76 | - |
| YUV | 102.52 | 96.66 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 137 | 47 | 0.59 | 0 | 0.66 | 0.46 | 114 | 0.49 | 0.36 |
| Hex | 38 | 89 | 2F | 3B | 0 | 42 | 2E | 72 | 31 | 24 |
| Octal | 70 | 211 | 57 | 73 | 0 | 102 | 56 | 162 | 61 | 44 |
| Binary | 111000 | 10001001 | 101111 | 111011 | 0 | 1000010 | 101110 | 1110010 | 110001 | 100100 |
Color Harmonies of #38892F
Complementary color
Monochromatic Colors of #38892F
Black with #38892F
Text Example
Text Example
White with #38892F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38892F; }
p { color: rgb(56,137,47); }
H1.HeaderClassName
{
color: #38892F;
}
.AnyTagClassName
{
color: #38892F;
}
</style>
background-color css
<style>
a { background-color: #38892F; }
a { background-color: rgb(56,137,47); }
div.DivClassName
{
background-color: #38892F;
}
.BgClassName
{
background-color: #38892F;
}
</style>
border-color css
<style>
span { border-color: #38892F; }
span { border-color: rgb(56,137,47); }
td.TdClassName
{
border-color: #38892F;
}
.TagClassName
{
border-color: #38892F;
}
</style>