Shades of Japanese Laurel #3C753C
Tints of Japanese Laurel #3C753C
RGB
CMYK
RGB Variations
Color information
#3C753C (or 0x3C753C) is known color: Japanese Laurel. HEX triplet: 3C, 75 and 3C. RGB value is (60,117,60). Sum of RGB (Red+Green+Blue) = 60+117+60=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #3C753C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C753C is #C38AC3. Grayscale: #5D5D5D. Windows color (decimal): -12815044 or 3962172. OLE color: 3962172.
HSL color Cylindrical-coordinate representation of color #3C753C: hue angle of 120º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C753C is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 117 | 60 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.54 |
| HSL | 120º | 0.32% | 0.35% | - |
| HSV(B) | 120º | 0.49% | 0.46% | - |
| XYZ | 9.04 | 14.01 | 6.5 | - |
| YUV | 93.46 | 109.12 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 117 | 60 | 0.49 | 0 | 0.49 | 0.54 | 120 | 0.32 | 0.35 |
| Hex | 3C | 75 | 3C | 31 | 0 | 31 | 36 | 78 | 20 | 23 |
| Octal | 74 | 165 | 74 | 61 | 0 | 61 | 66 | 170 | 40 | 43 |
| Binary | 111100 | 1110101 | 111100 | 110001 | 0 | 110001 | 110110 | 1111000 | 100000 | 100011 |
Color Harmonies of #3C753C
Complementary color
Monochromatic Colors of #3C753C
Black with #3C753C
Text Example
Text Example
White with #3C753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C753C; }
p { color: rgb(60,117,60); }
H1.HeaderClassName
{
color: #3C753C;
}
.AnyTagClassName
{
color: #3C753C;
}
</style>
background-color css
<style>
a { background-color: #3C753C; }
a { background-color: rgb(60,117,60); }
div.DivClassName
{
background-color: #3C753C;
}
.BgClassName
{
background-color: #3C753C;
}
</style>
border-color css
<style>
span { border-color: #3C753C; }
span { border-color: rgb(60,117,60); }
td.TdClassName
{
border-color: #3C753C;
}
.TagClassName
{
border-color: #3C753C;
}
</style>