Shades of Japanese Laurel #3C893A
Tints of Japanese Laurel #3C893A
RGB
CMYK
RGB Variations
Color information
#3C893A (or 0x3C893A) is known color: Japanese Laurel. HEX triplet: 3C, 89 and 3A. RGB value is (60,137,58). Sum of RGB (Red+Green+Blue) = 60+137+58=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 137 (53.91% from 255 or 53.73% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 137 - color contains mainly: green. Hex color #3C893A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C893A is #C376C5. Grayscale: #696969. Windows color (decimal): -12809926 or 3836220. OLE color: 3836220.
HSL color Cylindrical-coordinate representation of color #3C893A: hue angle of 118.48º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C893A is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 137 | 58 | - |
| CMYK | 0.56 | 0 | 0.58 | 0.46 |
| HSL | 118.48º | 0.41% | 0.38% | - |
| HSV(B) | 118.48º | 0.58% | 0.54% | - |
| XYZ | 11.57 | 19.16 | 7.09 | - |
| YUV | 104.97 | 101.49 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 137 | 58 | 0.56 | 0 | 0.58 | 0.46 | 118.48 | 0.41 | 0.38 |
| Hex | 3C | 89 | 3A | 38 | 0 | 3A | 2E | 76 | 29 | 26 |
| Octal | 74 | 211 | 72 | 70 | 0 | 72 | 56 | 166 | 51 | 46 |
| Binary | 111100 | 10001001 | 111010 | 111000 | 0 | 111010 | 101110 | 1110110 | 101001 | 100110 |
Color Harmonies of #3C893A
Complementary color
Monochromatic Colors of #3C893A
Black with #3C893A
Text Example
Text Example
White with #3C893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C893A; }
p { color: rgb(60,137,58); }
H1.HeaderClassName
{
color: #3C893A;
}
.AnyTagClassName
{
color: #3C893A;
}
</style>
background-color css
<style>
a { background-color: #3C893A; }
a { background-color: rgb(60,137,58); }
div.DivClassName
{
background-color: #3C893A;
}
.BgClassName
{
background-color: #3C893A;
}
</style>
border-color css
<style>
span { border-color: #3C893A; }
span { border-color: rgb(60,137,58); }
td.TdClassName
{
border-color: #3C893A;
}
.TagClassName
{
border-color: #3C893A;
}
</style>