Shades of Japanese Laurel #3C7735
Tints of Japanese Laurel #3C7735
RGB
CMYK
RGB Variations
Color information
#3C7735 (or 0x3C7735) is known color: Japanese Laurel. HEX triplet: 3C, 77 and 35. RGB value is (60,119,53). Sum of RGB (Red+Green+Blue) = 60+119+53=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #3C7735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7735 is #C388CA. Grayscale: #5E5E5E. Windows color (decimal): -12814539 or 3503932. OLE color: 3503932.
HSL color Cylindrical-coordinate representation of color #3C7735: hue angle of 113.64º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C7735 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 119 | 53 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.53 |
| HSL | 113.64º | 0.38% | 0.34% | - |
| HSV(B) | 113.64º | 0.55% | 0.47% | - |
| XYZ | 9.1 | 14.41 | 5.67 | - |
| YUV | 93.84 | 104.95 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 119 | 53 | 0.50 | 0 | 0.55 | 0.53 | 113.64 | 0.38 | 0.34 |
| Hex | 3C | 77 | 35 | 32 | 0 | 37 | 35 | 72 | 26 | 22 |
| Octal | 74 | 167 | 65 | 62 | 0 | 67 | 65 | 162 | 46 | 42 |
| Binary | 111100 | 1110111 | 110101 | 110010 | 0 | 110111 | 110101 | 1110010 | 100110 | 100010 |
Color Harmonies of #3C7735
Complementary color
Monochromatic Colors of #3C7735
Black with #3C7735
Text Example
Text Example
White with #3C7735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7735; }
p { color: rgb(60,119,53); }
H1.HeaderClassName
{
color: #3C7735;
}
.AnyTagClassName
{
color: #3C7735;
}
</style>
background-color css
<style>
a { background-color: #3C7735; }
a { background-color: rgb(60,119,53); }
div.DivClassName
{
background-color: #3C7735;
}
.BgClassName
{
background-color: #3C7735;
}
</style>
border-color css
<style>
span { border-color: #3C7735; }
span { border-color: rgb(60,119,53); }
td.TdClassName
{
border-color: #3C7735;
}
.TagClassName
{
border-color: #3C7735;
}
</style>