Shades of Japanese Laurel #3B7A3F
Tints of Japanese Laurel #3B7A3F
RGB
CMYK
RGB Variations
Color information
#3B7A3F (or 0x3B7A3F) is known color: Japanese Laurel. HEX triplet: 3B, 7A and 3F. RGB value is (59,122,63). Sum of RGB (Red+Green+Blue) = 59+122+63=244 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.18% from 244); Green value is 122 (48.05% from 255 or 50% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 122 - color contains mainly: green. Hex color #3B7A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7A3F is #C485C0. Grayscale: #606060. Windows color (decimal): -12879297 or 4160059. OLE color: 4160059.
HSL color Cylindrical-coordinate representation of color #3B7A3F: hue angle of 123.81º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B7A3F is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 122 | 63 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.52 |
| HSL | 123.81º | 0.35% | 0.35% | - |
| HSV(B) | 123.81º | 0.52% | 0.48% | - |
| XYZ | 9.66 | 15.21 | 7.13 | - |
| YUV | 96.44 | 109.13 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 122 | 63 | 0.52 | 0 | 0.48 | 0.52 | 123.81 | 0.35 | 0.35 |
| Hex | 3B | 7A | 3F | 34 | 0 | 30 | 34 | 7C | 23 | 23 |
| Octal | 73 | 172 | 77 | 64 | 0 | 60 | 64 | 174 | 43 | 43 |
| Binary | 111011 | 1111010 | 111111 | 110100 | 0 | 110000 | 110100 | 1111100 | 100011 | 100011 |
Color Harmonies of #3B7A3F
Complementary color
Monochromatic Colors of #3B7A3F
Black with #3B7A3F
Text Example
Text Example
White with #3B7A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7A3F; }
p { color: rgb(59,122,63); }
H1.HeaderClassName
{
color: #3B7A3F;
}
.AnyTagClassName
{
color: #3B7A3F;
}
</style>
background-color css
<style>
a { background-color: #3B7A3F; }
a { background-color: rgb(59,122,63); }
div.DivClassName
{
background-color: #3B7A3F;
}
.BgClassName
{
background-color: #3B7A3F;
}
</style>
border-color css
<style>
span { border-color: #3B7A3F; }
span { border-color: rgb(59,122,63); }
td.TdClassName
{
border-color: #3B7A3F;
}
.TagClassName
{
border-color: #3B7A3F;
}
</style>