Shades of Japanese Laurel #3A7B37
Tints of Japanese Laurel #3A7B37
RGB
CMYK
RGB Variations
Color information
#3A7B37 (or 0x3A7B37) is known color: Japanese Laurel. HEX triplet: 3A, 7B and 37. RGB value is (58,123,55). Sum of RGB (Red+Green+Blue) = 58+123+55=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 123 (48.44% from 255 or 52.12% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 123 - color contains mainly: green. Hex color #3A7B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7B37 is #C584C8. Grayscale: #606060. Windows color (decimal): -12944585 or 3636026. OLE color: 3636026.
HSL color Cylindrical-coordinate representation of color #3A7B37: hue angle of 117.35º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A7B37 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 123 | 55 | - |
| CMYK | 0.53 | 0 | 0.55 | 0.52 |
| HSL | 117.35º | 0.38% | 0.35% | - |
| HSV(B) | 117.35º | 0.55% | 0.48% | - |
| XYZ | 9.52 | 15.34 | 6.07 | - |
| YUV | 95.81 | 104.97 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 123 | 55 | 0.53 | 0 | 0.55 | 0.52 | 117.35 | 0.38 | 0.35 |
| Hex | 3A | 7B | 37 | 35 | 0 | 37 | 34 | 75 | 26 | 23 |
| Octal | 72 | 173 | 67 | 65 | 0 | 67 | 64 | 165 | 46 | 43 |
| Binary | 111010 | 1111011 | 110111 | 110101 | 0 | 110111 | 110100 | 1110101 | 100110 | 100011 |
Color Harmonies of #3A7B37
Complementary color
Monochromatic Colors of #3A7B37
Black with #3A7B37
Text Example
Text Example
White with #3A7B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7B37; }
p { color: rgb(58,123,55); }
H1.HeaderClassName
{
color: #3A7B37;
}
.AnyTagClassName
{
color: #3A7B37;
}
</style>
background-color css
<style>
a { background-color: #3A7B37; }
a { background-color: rgb(58,123,55); }
div.DivClassName
{
background-color: #3A7B37;
}
.BgClassName
{
background-color: #3A7B37;
}
</style>
border-color css
<style>
span { border-color: #3A7B37; }
span { border-color: rgb(58,123,55); }
td.TdClassName
{
border-color: #3A7B37;
}
.TagClassName
{
border-color: #3A7B37;
}
</style>