Shades of Japanese Laurel #3A773E
Tints of Japanese Laurel #3A773E
RGB
CMYK
RGB Variations
Color information
#3A773E (or 0x3A773E) is known color: Japanese Laurel. HEX triplet: 3A, 77 and 3E. RGB value is (58,119,62). Sum of RGB (Red+Green+Blue) = 58+119+62=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #3A773E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A773E is #C588C1. Grayscale: #5E5E5E. Windows color (decimal): -12945602 or 4093754. OLE color: 4093754.
HSL color Cylindrical-coordinate representation of color #3A773E: hue angle of 123.93º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A773E is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 119 | 62 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.53 |
| HSL | 123.93º | 0.34% | 0.35% | - |
| HSV(B) | 123.93º | 0.51% | 0.47% | - |
| XYZ | 9.21 | 14.44 | 6.86 | - |
| YUV | 94.26 | 109.79 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 119 | 62 | 0.51 | 0 | 0.48 | 0.53 | 123.93 | 0.34 | 0.35 |
| Hex | 3A | 77 | 3E | 33 | 0 | 30 | 35 | 7C | 22 | 23 |
| Octal | 72 | 167 | 76 | 63 | 0 | 60 | 65 | 174 | 42 | 43 |
| Binary | 111010 | 1110111 | 111110 | 110011 | 0 | 110000 | 110101 | 1111100 | 100010 | 100011 |
Color Harmonies of #3A773E
Complementary color
Monochromatic Colors of #3A773E
Black with #3A773E
Text Example
Text Example
White with #3A773E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A773E; }
p { color: rgb(58,119,62); }
H1.HeaderClassName
{
color: #3A773E;
}
.AnyTagClassName
{
color: #3A773E;
}
</style>
background-color css
<style>
a { background-color: #3A773E; }
a { background-color: rgb(58,119,62); }
div.DivClassName
{
background-color: #3A773E;
}
.BgClassName
{
background-color: #3A773E;
}
</style>
border-color css
<style>
span { border-color: #3A773E; }
span { border-color: rgb(58,119,62); }
td.TdClassName
{
border-color: #3A773E;
}
.TagClassName
{
border-color: #3A773E;
}
</style>