Shades of Japanese Laurel #3A703C
Tints of Japanese Laurel #3A703C
RGB
CMYK
RGB Variations
Color information
#3A703C (or 0x3A703C) is known color: Japanese Laurel. HEX triplet: 3A, 70 and 3C. RGB value is (58,112,60). Sum of RGB (Red+Green+Blue) = 58+112+60=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #3A703C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A703C is #C58FC3. Grayscale: #5A5A5A. Windows color (decimal): -12947396 or 3960890. OLE color: 3960890.
HSL color Cylindrical-coordinate representation of color #3A703C: hue angle of 122.22º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A703C is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 112 | 60 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.56 |
| HSL | 122.22º | 0.32% | 0.33% | - |
| HSV(B) | 122.22º | 0.48% | 0.44% | - |
| XYZ | 8.35 | 12.81 | 6.31 | - |
| YUV | 89.93 | 111.11 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 60 | 0.48 | 0 | 0.46 | 0.56 | 122.22 | 0.32 | 0.33 |
| Hex | 3A | 70 | 3C | 30 | 0 | 2E | 38 | 7A | 20 | 21 |
| Octal | 72 | 160 | 74 | 60 | 0 | 56 | 70 | 172 | 40 | 41 |
| Binary | 111010 | 1110000 | 111100 | 110000 | 0 | 101110 | 111000 | 1111010 | 100000 | 100001 |
Color Harmonies of #3A703C
Complementary color
Monochromatic Colors of #3A703C
Black with #3A703C
Text Example
Text Example
White with #3A703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A703C; }
p { color: rgb(58,112,60); }
H1.HeaderClassName
{
color: #3A703C;
}
.AnyTagClassName
{
color: #3A703C;
}
</style>
background-color css
<style>
a { background-color: #3A703C; }
a { background-color: rgb(58,112,60); }
div.DivClassName
{
background-color: #3A703C;
}
.BgClassName
{
background-color: #3A703C;
}
</style>
border-color css
<style>
span { border-color: #3A703C; }
span { border-color: rgb(58,112,60); }
td.TdClassName
{
border-color: #3A703C;
}
.TagClassName
{
border-color: #3A703C;
}
</style>