Shades of Japanese Laurel #3C733E
Tints of Japanese Laurel #3C733E
RGB
CMYK
RGB Variations
Color information
#3C733E (or 0x3C733E) is known color: Japanese Laurel. HEX triplet: 3C, 73 and 3E. RGB value is (60,115,62). Sum of RGB (Red+Green+Blue) = 60+115+62=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #3C733E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C733E is #C38CC1. Grayscale: #5C5C5C. Windows color (decimal): -12815554 or 4092732. OLE color: 4092732.
HSL color Cylindrical-coordinate representation of color #3C733E: hue angle of 122.18º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C733E is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 115 | 62 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.55 |
| HSL | 122.18º | 0.31% | 0.34% | - |
| HSV(B) | 122.18º | 0.48% | 0.45% | - |
| XYZ | 8.86 | 13.57 | 6.71 | - |
| YUV | 92.51 | 110.78 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 115 | 62 | 0.48 | 0 | 0.46 | 0.55 | 122.18 | 0.31 | 0.34 |
| Hex | 3C | 73 | 3E | 30 | 0 | 2E | 37 | 7A | 1F | 22 |
| Octal | 74 | 163 | 76 | 60 | 0 | 56 | 67 | 172 | 37 | 42 |
| Binary | 111100 | 1110011 | 111110 | 110000 | 0 | 101110 | 110111 | 1111010 | 11111 | 100010 |
Color Harmonies of #3C733E
Complementary color
Monochromatic Colors of #3C733E
Black with #3C733E
Text Example
Text Example
White with #3C733E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C733E; }
p { color: rgb(60,115,62); }
H1.HeaderClassName
{
color: #3C733E;
}
.AnyTagClassName
{
color: #3C733E;
}
</style>
background-color css
<style>
a { background-color: #3C733E; }
a { background-color: rgb(60,115,62); }
div.DivClassName
{
background-color: #3C733E;
}
.BgClassName
{
background-color: #3C733E;
}
</style>
border-color css
<style>
span { border-color: #3C733E; }
span { border-color: rgb(60,115,62); }
td.TdClassName
{
border-color: #3C733E;
}
.TagClassName
{
border-color: #3C733E;
}
</style>