Shades of Japanese Laurel #3B7A3E
Tints of Japanese Laurel #3B7A3E
RGB
CMYK
RGB Variations
Color information
#3B7A3E (or 0x3B7A3E) is known color: Japanese Laurel. HEX triplet: 3B, 7A and 3E. RGB value is (59,122,62). Sum of RGB (Red+Green+Blue) = 59+122+62=243 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.28% from 243); Green value is 122 (48.05% from 255 or 50.21% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 122 - color contains mainly: green. Hex color #3B7A3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7A3E is #C485C1. Grayscale: #606060. Windows color (decimal): -12879298 or 4094523. OLE color: 4094523.
HSL color Cylindrical-coordinate representation of color #3B7A3E: hue angle of 122.86º 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 #3B7A3E is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 122 | 62 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.52 |
| HSL | 122.86º | 0.35% | 0.35% | - |
| HSV(B) | 122.86º | 0.52% | 0.48% | - |
| XYZ | 9.63 | 15.2 | 6.98 | - |
| YUV | 96.32 | 108.63 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 122 | 62 | 0.52 | 0 | 0.49 | 0.52 | 122.86 | 0.35 | 0.35 |
| Hex | 3B | 7A | 3E | 34 | 0 | 31 | 34 | 7B | 23 | 23 |
| Octal | 73 | 172 | 76 | 64 | 0 | 61 | 64 | 173 | 43 | 43 |
| Binary | 111011 | 1111010 | 111110 | 110100 | 0 | 110001 | 110100 | 1111011 | 100011 | 100011 |
Color Harmonies of #3B7A3E
Complementary color
Monochromatic Colors of #3B7A3E
Black with #3B7A3E
Text Example
Text Example
White with #3B7A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7A3E; }
p { color: rgb(59,122,62); }
H1.HeaderClassName
{
color: #3B7A3E;
}
.AnyTagClassName
{
color: #3B7A3E;
}
</style>
background-color css
<style>
a { background-color: #3B7A3E; }
a { background-color: rgb(59,122,62); }
div.DivClassName
{
background-color: #3B7A3E;
}
.BgClassName
{
background-color: #3B7A3E;
}
</style>
border-color css
<style>
span { border-color: #3B7A3E; }
span { border-color: rgb(59,122,62); }
td.TdClassName
{
border-color: #3B7A3E;
}
.TagClassName
{
border-color: #3B7A3E;
}
</style>