Shades of Japanese Laurel #39773C
Tints of Japanese Laurel #39773C
RGB
CMYK
RGB Variations
Color information
#39773C (or 0x39773C) is known color: Japanese Laurel. HEX triplet: 39, 77 and 3C. RGB value is (57,119,60). Sum of RGB (Red+Green+Blue) = 57+119+60=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #39773C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39773C is #C688C3. Grayscale: #5D5D5D. Windows color (decimal): -13011140 or 3962681. OLE color: 3962681.
HSL color Cylindrical-coordinate representation of color #39773C: hue angle of 122.9º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #39773C is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 119 | 60 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.53 |
| HSL | 122.9º | 0.35% | 0.35% | - |
| HSV(B) | 122.9º | 0.52% | 0.47% | - |
| XYZ | 9.1 | 14.39 | 6.57 | - |
| YUV | 93.74 | 108.96 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 119 | 60 | 0.52 | 0 | 0.50 | 0.53 | 122.9 | 0.35 | 0.35 |
| Hex | 39 | 77 | 3C | 34 | 0 | 32 | 35 | 7B | 23 | 23 |
| Octal | 71 | 167 | 74 | 64 | 0 | 62 | 65 | 173 | 43 | 43 |
| Binary | 111001 | 1110111 | 111100 | 110100 | 0 | 110010 | 110101 | 1111011 | 100011 | 100011 |
Color Harmonies of #39773C
Complementary color
Monochromatic Colors of #39773C
Black with #39773C
Text Example
Text Example
White with #39773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39773C; }
p { color: rgb(57,119,60); }
H1.HeaderClassName
{
color: #39773C;
}
.AnyTagClassName
{
color: #39773C;
}
</style>
background-color css
<style>
a { background-color: #39773C; }
a { background-color: rgb(57,119,60); }
div.DivClassName
{
background-color: #39773C;
}
.BgClassName
{
background-color: #39773C;
}
</style>
border-color css
<style>
span { border-color: #39773C; }
span { border-color: rgb(57,119,60); }
td.TdClassName
{
border-color: #39773C;
}
.TagClassName
{
border-color: #39773C;
}
</style>