Shades of La Palma #389133
Tints of La Palma #389133
RGB
CMYK
RGB Variations
Color information
#389133 (or 0x389133) is known color: La Palma. HEX triplet: 38, 91 and 33. RGB value is (56,145,51). Sum of RGB (Red+Green+Blue) = 56+145+51=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #389133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389133 is #C76ECC. Grayscale: #6B6B6B. Windows color (decimal): -13070029 or 3379512. OLE color: 3379512.
HSL color Cylindrical-coordinate representation of color #389133: hue angle of 116.81º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389133 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 145 | 51 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.43 |
| HSL | 116.81º | 0.48% | 0.38% | - |
| HSV(B) | 116.81º | 0.65% | 0.57% | - |
| XYZ | 12.35 | 21.33 | 6.6 | - |
| YUV | 107.67 | 96.01 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 145 | 51 | 0.61 | 0 | 0.65 | 0.43 | 116.81 | 0.48 | 0.38 |
| Hex | 38 | 91 | 33 | 3D | 0 | 41 | 2B | 75 | 30 | 26 |
| Octal | 70 | 221 | 63 | 75 | 0 | 101 | 53 | 165 | 60 | 46 |
| Binary | 111000 | 10010001 | 110011 | 111101 | 0 | 1000001 | 101011 | 1110101 | 110000 | 100110 |
Color Harmonies of #389133
Complementary color
Monochromatic Colors of #389133
Black with #389133
Text Example
Text Example
White with #389133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389133; }
p { color: rgb(56,145,51); }
H1.HeaderClassName
{
color: #389133;
}
.AnyTagClassName
{
color: #389133;
}
</style>
background-color css
<style>
a { background-color: #389133; }
a { background-color: rgb(56,145,51); }
div.DivClassName
{
background-color: #389133;
}
.BgClassName
{
background-color: #389133;
}
</style>
border-color css
<style>
span { border-color: #389133; }
span { border-color: rgb(56,145,51); }
td.TdClassName
{
border-color: #389133;
}
.TagClassName
{
border-color: #389133;
}
</style>