Shades of Japanese Laurel #3C7039
Tints of Japanese Laurel #3C7039
RGB
CMYK
RGB Variations
Color information
#3C7039 (or 0x3C7039) is known color: Japanese Laurel. HEX triplet: 3C, 70 and 39. RGB value is (60,112,57). Sum of RGB (Red+Green+Blue) = 60+112+57=229 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.20% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #3C7039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7039 is #C38FC6. Grayscale: #5A5A5A. Windows color (decimal): -12816327 or 3764284. OLE color: 3764284.
HSL color Cylindrical-coordinate representation of color #3C7039: hue angle of 116.73º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C7039 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 112 | 57 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.56 |
| HSL | 116.73º | 0.33% | 0.33% | - |
| HSV(B) | 116.73º | 0.49% | 0.44% | - |
| XYZ | 8.4 | 12.84 | 5.91 | - |
| YUV | 90.18 | 109.27 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 112 | 57 | 0.46 | 0 | 0.49 | 0.56 | 116.73 | 0.33 | 0.33 |
| Hex | 3C | 70 | 39 | 2E | 0 | 31 | 38 | 75 | 21 | 21 |
| Octal | 74 | 160 | 71 | 56 | 0 | 61 | 70 | 165 | 41 | 41 |
| Binary | 111100 | 1110000 | 111001 | 101110 | 0 | 110001 | 111000 | 1110101 | 100001 | 100001 |
Color Harmonies of #3C7039
Complementary color
Monochromatic Colors of #3C7039
Black with #3C7039
Text Example
Text Example
White with #3C7039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7039; }
p { color: rgb(60,112,57); }
H1.HeaderClassName
{
color: #3C7039;
}
.AnyTagClassName
{
color: #3C7039;
}
</style>
background-color css
<style>
a { background-color: #3C7039; }
a { background-color: rgb(60,112,57); }
div.DivClassName
{
background-color: #3C7039;
}
.BgClassName
{
background-color: #3C7039;
}
</style>
border-color css
<style>
span { border-color: #3C7039; }
span { border-color: rgb(60,112,57); }
td.TdClassName
{
border-color: #3C7039;
}
.TagClassName
{
border-color: #3C7039;
}
</style>