Shades of Japanese Laurel #3C803F
Tints of Japanese Laurel #3C803F
RGB
CMYK
RGB Variations
Color information
#3C803F (or 0x3C803F) is known color: Japanese Laurel. HEX triplet: 3C, 80 and 3F. RGB value is (60,128,63). Sum of RGB (Red+Green+Blue) = 60+128+63=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #3C803F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C803F is #C37FC0. Grayscale: #646464. Windows color (decimal): -12812225 or 4161596. OLE color: 4161596.
HSL color Cylindrical-coordinate representation of color #3C803F: hue angle of 122.65º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C803F is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 128 | 63 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.50 |
| HSL | 122.65º | 0.36% | 0.37% | - |
| HSV(B) | 122.65º | 0.53% | 0.5% | - |
| XYZ | 10.48 | 16.76 | 7.38 | - |
| YUV | 100.26 | 106.97 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 128 | 63 | 0.53 | 0 | 0.51 | 0.50 | 122.65 | 0.36 | 0.37 |
| Hex | 3C | 80 | 3F | 35 | 0 | 33 | 32 | 7B | 24 | 25 |
| Octal | 74 | 200 | 77 | 65 | 0 | 63 | 62 | 173 | 44 | 45 |
| Binary | 111100 | 10000000 | 111111 | 110101 | 0 | 110011 | 110010 | 1111011 | 100100 | 100101 |
Color Harmonies of #3C803F
Complementary color
Monochromatic Colors of #3C803F
Black with #3C803F
Text Example
Text Example
White with #3C803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C803F; }
p { color: rgb(60,128,63); }
H1.HeaderClassName
{
color: #3C803F;
}
.AnyTagClassName
{
color: #3C803F;
}
</style>
background-color css
<style>
a { background-color: #3C803F; }
a { background-color: rgb(60,128,63); }
div.DivClassName
{
background-color: #3C803F;
}
.BgClassName
{
background-color: #3C803F;
}
</style>
border-color css
<style>
span { border-color: #3C803F; }
span { border-color: rgb(60,128,63); }
td.TdClassName
{
border-color: #3C803F;
}
.TagClassName
{
border-color: #3C803F;
}
</style>