Shades of Japanese Laurel #3A6F37
Tints of Japanese Laurel #3A6F37
RGB
CMYK
RGB Variations
Color information
#3A6F37 (or 0x3A6F37) is known color: Japanese Laurel. HEX triplet: 3A, 6F and 37. RGB value is (58,111,55). Sum of RGB (Red+Green+Blue) = 58+111+55=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6F37 is #C590C8. Grayscale: #585858. Windows color (decimal): -12947657 or 3632954. OLE color: 3632954.
HSL color Cylindrical-coordinate representation of color #3A6F37: hue angle of 116.79º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A6F37 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 111 | 55 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.56 |
| HSL | 116.79º | 0.34% | 0.33% | - |
| HSV(B) | 116.79º | 0.5% | 0.44% | - |
| XYZ | 8.12 | 12.54 | 5.61 | - |
| YUV | 88.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 111 | 55 | 0.48 | 0 | 0.50 | 0.56 | 116.79 | 0.34 | 0.33 |
| Hex | 3A | 6F | 37 | 30 | 0 | 32 | 38 | 75 | 22 | 21 |
| Octal | 72 | 157 | 67 | 60 | 0 | 62 | 70 | 165 | 42 | 41 |
| Binary | 111010 | 1101111 | 110111 | 110000 | 0 | 110010 | 111000 | 1110101 | 100010 | 100001 |
Color Harmonies of #3A6F37
Complementary color
Monochromatic Colors of #3A6F37
Black with #3A6F37
Text Example
Text Example
White with #3A6F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6F37; }
p { color: rgb(58,111,55); }
H1.HeaderClassName
{
color: #3A6F37;
}
.AnyTagClassName
{
color: #3A6F37;
}
</style>
background-color css
<style>
a { background-color: #3A6F37; }
a { background-color: rgb(58,111,55); }
div.DivClassName
{
background-color: #3A6F37;
}
.BgClassName
{
background-color: #3A6F37;
}
</style>
border-color css
<style>
span { border-color: #3A6F37; }
span { border-color: rgb(58,111,55); }
td.TdClassName
{
border-color: #3A6F37;
}
.TagClassName
{
border-color: #3A6F37;
}
</style>