Shades of Japanese Laurel #3A803C
Tints of Japanese Laurel #3A803C
RGB
CMYK
RGB Variations
Color information
#3A803C (or 0x3A803C) is known color: Japanese Laurel. HEX triplet: 3A, 80 and 3C. RGB value is (58,128,60). Sum of RGB (Red+Green+Blue) = 58+128+60=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 128 (50.39% from 255 or 52.03% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 128 - color contains mainly: green. Hex color #3A803C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A803C is #C57FC3. Grayscale: #636363. Windows color (decimal): -12943300 or 3964986. OLE color: 3964986.
HSL color Cylindrical-coordinate representation of color #3A803C: hue angle of 121.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A803C is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 128 | 60 | - |
| CMYK | 0.55 | 0 | 0.53 | 0.50 |
| HSL | 121.71º | 0.38% | 0.36% | - |
| HSV(B) | 121.71º | 0.55% | 0.5% | - |
| XYZ | 10.28 | 16.66 | 6.95 | - |
| YUV | 99.32 | 105.81 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 128 | 60 | 0.55 | 0 | 0.53 | 0.50 | 121.71 | 0.38 | 0.36 |
| Hex | 3A | 80 | 3C | 37 | 0 | 35 | 32 | 7A | 26 | 24 |
| Octal | 72 | 200 | 74 | 67 | 0 | 65 | 62 | 172 | 46 | 44 |
| Binary | 111010 | 10000000 | 111100 | 110111 | 0 | 110101 | 110010 | 1111010 | 100110 | 100100 |
Color Harmonies of #3A803C
Complementary color
Monochromatic Colors of #3A803C
Black with #3A803C
Text Example
Text Example
White with #3A803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A803C; }
p { color: rgb(58,128,60); }
H1.HeaderClassName
{
color: #3A803C;
}
.AnyTagClassName
{
color: #3A803C;
}
</style>
background-color css
<style>
a { background-color: #3A803C; }
a { background-color: rgb(58,128,60); }
div.DivClassName
{
background-color: #3A803C;
}
.BgClassName
{
background-color: #3A803C;
}
</style>
border-color css
<style>
span { border-color: #3A803C; }
span { border-color: rgb(58,128,60); }
td.TdClassName
{
border-color: #3A803C;
}
.TagClassName
{
border-color: #3A803C;
}
</style>