Shades of Japanese Laurel #39743F
Tints of Japanese Laurel #39743F
RGB
CMYK
RGB Variations
Color information
#39743F (or 0x39743F) is known color: Japanese Laurel. HEX triplet: 39, 74 and 3F. RGB value is (57,116,63). Sum of RGB (Red+Green+Blue) = 57+116+63=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #39743F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39743F is #C68BC0. Grayscale: #5C5C5C. Windows color (decimal): -13011905 or 4158521. OLE color: 4158521.
HSL color Cylindrical-coordinate representation of color #39743F: hue angle of 126.1º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #39743F is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 116 | 63 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.55 |
| HSL | 126.1º | 0.34% | 0.34% | - |
| HSV(B) | 126.1º | 0.51% | 0.45% | - |
| XYZ | 8.83 | 13.72 | 6.89 | - |
| YUV | 92.32 | 111.45 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 116 | 63 | 0.51 | 0 | 0.46 | 0.55 | 126.1 | 0.34 | 0.34 |
| Hex | 39 | 74 | 3F | 33 | 0 | 2E | 37 | 7E | 22 | 22 |
| Octal | 71 | 164 | 77 | 63 | 0 | 56 | 67 | 176 | 42 | 42 |
| Binary | 111001 | 1110100 | 111111 | 110011 | 0 | 101110 | 110111 | 1111110 | 100010 | 100010 |
Color Harmonies of #39743F
Complementary color
Monochromatic Colors of #39743F
Black with #39743F
Text Example
Text Example
White with #39743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39743F; }
p { color: rgb(57,116,63); }
H1.HeaderClassName
{
color: #39743F;
}
.AnyTagClassName
{
color: #39743F;
}
</style>
background-color css
<style>
a { background-color: #39743F; }
a { background-color: rgb(57,116,63); }
div.DivClassName
{
background-color: #39743F;
}
.BgClassName
{
background-color: #39743F;
}
</style>
border-color css
<style>
span { border-color: #39743F; }
span { border-color: rgb(57,116,63); }
td.TdClassName
{
border-color: #39743F;
}
.TagClassName
{
border-color: #39743F;
}
</style>