Shades of Japanese Laurel #39853C
Tints of Japanese Laurel #39853C
RGB
CMYK
RGB Variations
Color information
#39853C (or 0x39853C) is known color: Japanese Laurel. HEX triplet: 39, 85 and 3C. RGB value is (57,133,60). Sum of RGB (Red+Green+Blue) = 57+133+60=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #39853C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39853C is #C67AC3. Grayscale: #666666. Windows color (decimal): -13007556 or 3966265. OLE color: 3966265.
HSL color Cylindrical-coordinate representation of color #39853C: hue angle of 122.37º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39853C is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 133 | 60 | - |
| CMYK | 0.57 | 0 | 0.55 | 0.48 |
| HSL | 122.37º | 0.4% | 0.37% | - |
| HSV(B) | 122.37º | 0.57% | 0.52% | - |
| XYZ | 10.89 | 17.97 | 7.17 | - |
| YUV | 101.95 | 104.32 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 133 | 60 | 0.57 | 0 | 0.55 | 0.48 | 122.37 | 0.4 | 0.37 |
| Hex | 39 | 85 | 3C | 39 | 0 | 37 | 30 | 7A | 28 | 25 |
| Octal | 71 | 205 | 74 | 71 | 0 | 67 | 60 | 172 | 50 | 45 |
| Binary | 111001 | 10000101 | 111100 | 111001 | 0 | 110111 | 110000 | 1111010 | 101000 | 100101 |
Color Harmonies of #39853C
Complementary color
Monochromatic Colors of #39853C
Black with #39853C
Text Example
Text Example
White with #39853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39853C; }
p { color: rgb(57,133,60); }
H1.HeaderClassName
{
color: #39853C;
}
.AnyTagClassName
{
color: #39853C;
}
</style>
background-color css
<style>
a { background-color: #39853C; }
a { background-color: rgb(57,133,60); }
div.DivClassName
{
background-color: #39853C;
}
.BgClassName
{
background-color: #39853C;
}
</style>
border-color css
<style>
span { border-color: #39853C; }
span { border-color: rgb(57,133,60); }
td.TdClassName
{
border-color: #39853C;
}
.TagClassName
{
border-color: #39853C;
}
</style>