Shades of Japanese Laurel #3C7A36
Tints of Japanese Laurel #3C7A36
RGB
CMYK
RGB Variations
Color information
#3C7A36 (or 0x3C7A36) is known color: Japanese Laurel. HEX triplet: 3C, 7A and 36. RGB value is (60,122,54). Sum of RGB (Red+Green+Blue) = 60+122+54=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 122 (48.05% from 255 or 51.69% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 122 - color contains mainly: green. Hex color #3C7A36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7A36 is #C385C9. Grayscale: #5F5F5F. Windows color (decimal): -12813770 or 3570236. OLE color: 3570236.
HSL color Cylindrical-coordinate representation of color #3C7A36: hue angle of 114.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C7A36 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 122 | 54 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.52 |
| HSL | 114.71º | 0.39% | 0.35% | - |
| HSV(B) | 114.71º | 0.56% | 0.48% | - |
| XYZ | 9.49 | 15.15 | 5.91 | - |
| YUV | 95.71 | 104.46 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 122 | 54 | 0.51 | 0 | 0.56 | 0.52 | 114.71 | 0.39 | 0.35 |
| Hex | 3C | 7A | 36 | 33 | 0 | 38 | 34 | 73 | 27 | 23 |
| Octal | 74 | 172 | 66 | 63 | 0 | 70 | 64 | 163 | 47 | 43 |
| Binary | 111100 | 1111010 | 110110 | 110011 | 0 | 111000 | 110100 | 1110011 | 100111 | 100011 |
Color Harmonies of #3C7A36
Complementary color
Monochromatic Colors of #3C7A36
Black with #3C7A36
Text Example
Text Example
White with #3C7A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7A36; }
p { color: rgb(60,122,54); }
H1.HeaderClassName
{
color: #3C7A36;
}
.AnyTagClassName
{
color: #3C7A36;
}
</style>
background-color css
<style>
a { background-color: #3C7A36; }
a { background-color: rgb(60,122,54); }
div.DivClassName
{
background-color: #3C7A36;
}
.BgClassName
{
background-color: #3C7A36;
}
</style>
border-color css
<style>
span { border-color: #3C7A36; }
span { border-color: rgb(60,122,54); }
td.TdClassName
{
border-color: #3C7A36;
}
.TagClassName
{
border-color: #3C7A36;
}
</style>