Shades of Japanese Laurel #3A773C
Tints of Japanese Laurel #3A773C
RGB
CMYK
RGB Variations
Color information
#3A773C (or 0x3A773C) is known color: Japanese Laurel. HEX triplet: 3A, 77 and 3C. RGB value is (58,119,60). Sum of RGB (Red+Green+Blue) = 58+119+60=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #3A773C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A773C is #C588C3. Grayscale: #5E5E5E. Windows color (decimal): -12945604 or 3962682. OLE color: 3962682.
HSL color Cylindrical-coordinate representation of color #3A773C: hue angle of 121.97º 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 #3A773C is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 119 | 60 | - |
| CMYK | 0.51 | 0 | 0.50 | 0.53 |
| HSL | 121.97º | 0.34% | 0.35% | - |
| HSV(B) | 121.97º | 0.51% | 0.47% | - |
| XYZ | 9.16 | 14.42 | 6.58 | - |
| YUV | 94.04 | 108.79 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 119 | 60 | 0.51 | 0 | 0.50 | 0.53 | 121.97 | 0.34 | 0.35 |
| Hex | 3A | 77 | 3C | 33 | 0 | 32 | 35 | 7A | 22 | 23 |
| Octal | 72 | 167 | 74 | 63 | 0 | 62 | 65 | 172 | 42 | 43 |
| Binary | 111010 | 1110111 | 111100 | 110011 | 0 | 110010 | 110101 | 1111010 | 100010 | 100011 |
Color Harmonies of #3A773C
Complementary color
Monochromatic Colors of #3A773C
Black with #3A773C
Text Example
Text Example
White with #3A773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A773C; }
p { color: rgb(58,119,60); }
H1.HeaderClassName
{
color: #3A773C;
}
.AnyTagClassName
{
color: #3A773C;
}
</style>
background-color css
<style>
a { background-color: #3A773C; }
a { background-color: rgb(58,119,60); }
div.DivClassName
{
background-color: #3A773C;
}
.BgClassName
{
background-color: #3A773C;
}
</style>
border-color css
<style>
span { border-color: #3A773C; }
span { border-color: rgb(58,119,60); }
td.TdClassName
{
border-color: #3A773C;
}
.TagClassName
{
border-color: #3A773C;
}
</style>