Shades of Japanese Laurel #3C8136
Tints of Japanese Laurel #3C8136
RGB
CMYK
RGB Variations
Color information
#3C8136 (or 0x3C8136) is known color: Japanese Laurel. HEX triplet: 3C, 81 and 36. RGB value is (60,129,54). Sum of RGB (Red+Green+Blue) = 60+129+54=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 129 (50.78% from 255 or 53.09% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 129 - color contains mainly: green. Hex color #3C8136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8136 is #C37EC9. Grayscale: #646464. Windows color (decimal): -12811978 or 3572028. OLE color: 3572028.
HSL color Cylindrical-coordinate representation of color #3C8136: hue angle of 115.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C8136 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 129 | 54 | - |
| CMYK | 0.53 | 0 | 0.58 | 0.49 |
| HSL | 115.2º | 0.41% | 0.36% | - |
| HSV(B) | 115.2º | 0.58% | 0.51% | - |
| XYZ | 10.38 | 16.93 | 6.21 | - |
| YUV | 99.82 | 102.14 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 129 | 54 | 0.53 | 0 | 0.58 | 0.49 | 115.2 | 0.41 | 0.36 |
| Hex | 3C | 81 | 36 | 35 | 0 | 3A | 31 | 73 | 29 | 24 |
| Octal | 74 | 201 | 66 | 65 | 0 | 72 | 61 | 163 | 51 | 44 |
| Binary | 111100 | 10000001 | 110110 | 110101 | 0 | 111010 | 110001 | 1110011 | 101001 | 100100 |
Color Harmonies of #3C8136
Complementary color
Monochromatic Colors of #3C8136
Black with #3C8136
Text Example
Text Example
White with #3C8136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8136; }
p { color: rgb(60,129,54); }
H1.HeaderClassName
{
color: #3C8136;
}
.AnyTagClassName
{
color: #3C8136;
}
</style>
background-color css
<style>
a { background-color: #3C8136; }
a { background-color: rgb(60,129,54); }
div.DivClassName
{
background-color: #3C8136;
}
.BgClassName
{
background-color: #3C8136;
}
</style>
border-color css
<style>
span { border-color: #3C8136; }
span { border-color: rgb(60,129,54); }
td.TdClassName
{
border-color: #3C8136;
}
.TagClassName
{
border-color: #3C8136;
}
</style>