Shades of Japanese Laurel #3A6E3C
Tints of Japanese Laurel #3A6E3C
RGB
CMYK
RGB Variations
Color information
#3A6E3C (or 0x3A6E3C) is known color: Japanese Laurel. HEX triplet: 3A, 6E and 3C. RGB value is (58,110,60). Sum of RGB (Red+Green+Blue) = 58+110+60=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 110 (43.36% from 255 or 48.25% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 110 - color contains mainly: green. Hex color #3A6E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6E3C is #C591C3. Grayscale: #585858. Windows color (decimal): -12947908 or 3960378. OLE color: 3960378.
HSL color Cylindrical-coordinate representation of color #3A6E3C: hue angle of 122.31º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A6E3C is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 110 | 60 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.57 |
| HSL | 122.31º | 0.31% | 0.33% | - |
| HSV(B) | 122.31º | 0.47% | 0.43% | - |
| XYZ | 8.14 | 12.38 | 6.24 | - |
| YUV | 88.75 | 111.77 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 110 | 60 | 0.47 | 0 | 0.45 | 0.57 | 122.31 | 0.31 | 0.33 |
| Hex | 3A | 6E | 3C | 2F | 0 | 2D | 39 | 7A | 1F | 21 |
| Octal | 72 | 156 | 74 | 57 | 0 | 55 | 71 | 172 | 37 | 41 |
| Binary | 111010 | 1101110 | 111100 | 101111 | 0 | 101101 | 111001 | 1111010 | 11111 | 100001 |
Color Harmonies of #3A6E3C
Complementary color
Monochromatic Colors of #3A6E3C
Black with #3A6E3C
Text Example
Text Example
White with #3A6E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6E3C; }
p { color: rgb(58,110,60); }
H1.HeaderClassName
{
color: #3A6E3C;
}
.AnyTagClassName
{
color: #3A6E3C;
}
</style>
background-color css
<style>
a { background-color: #3A6E3C; }
a { background-color: rgb(58,110,60); }
div.DivClassName
{
background-color: #3A6E3C;
}
.BgClassName
{
background-color: #3A6E3C;
}
</style>
border-color css
<style>
span { border-color: #3A6E3C; }
span { border-color: rgb(58,110,60); }
td.TdClassName
{
border-color: #3A6E3C;
}
.TagClassName
{
border-color: #3A6E3C;
}
</style>