Shades of Japanese Laurel #39763D
Tints of Japanese Laurel #39763D
RGB
CMYK
RGB Variations
Color information
#39763D (or 0x39763D) is known color: Japanese Laurel. HEX triplet: 39, 76 and 3D. RGB value is (57,118,61). Sum of RGB (Red+Green+Blue) = 57+118+61=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #39763D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39763D is #C689C2. Grayscale: #5D5D5D. Windows color (decimal): -13011395 or 4027961. OLE color: 4027961.
HSL color Cylindrical-coordinate representation of color #39763D: hue angle of 123.93º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #39763D is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 118 | 61 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.54 |
| HSL | 123.93º | 0.35% | 0.34% | - |
| HSV(B) | 123.93º | 0.52% | 0.46% | - |
| XYZ | 9.01 | 14.16 | 6.67 | - |
| YUV | 93.26 | 109.79 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 118 | 61 | 0.52 | 0 | 0.48 | 0.54 | 123.93 | 0.35 | 0.34 |
| Hex | 39 | 76 | 3D | 34 | 0 | 30 | 36 | 7C | 23 | 22 |
| Octal | 71 | 166 | 75 | 64 | 0 | 60 | 66 | 174 | 43 | 42 |
| Binary | 111001 | 1110110 | 111101 | 110100 | 0 | 110000 | 110110 | 1111100 | 100011 | 100010 |
Color Harmonies of #39763D
Complementary color
Monochromatic Colors of #39763D
Black with #39763D
Text Example
Text Example
White with #39763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39763D; }
p { color: rgb(57,118,61); }
H1.HeaderClassName
{
color: #39763D;
}
.AnyTagClassName
{
color: #39763D;
}
</style>
background-color css
<style>
a { background-color: #39763D; }
a { background-color: rgb(57,118,61); }
div.DivClassName
{
background-color: #39763D;
}
.BgClassName
{
background-color: #39763D;
}
</style>
border-color css
<style>
span { border-color: #39763D; }
span { border-color: rgb(57,118,61); }
td.TdClassName
{
border-color: #39763D;
}
.TagClassName
{
border-color: #39763D;
}
</style>