Shades of Japanese Laurel #3B763A
Tints of Japanese Laurel #3B763A
RGB
CMYK
RGB Variations
Color information
#3B763A (or 0x3B763A) is known color: Japanese Laurel. HEX triplet: 3B, 76 and 3A. RGB value is (59,118,58). Sum of RGB (Red+Green+Blue) = 59+118+58=235 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25.11% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #3B763A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B763A is #C489C5. Grayscale: #5D5D5D. Windows color (decimal): -12880326 or 3831355. OLE color: 3831355.
HSL color Cylindrical-coordinate representation of color #3B763A: hue angle of 119º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B763A is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 118 | 58 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.54 |
| HSL | 119º | 0.34% | 0.35% | - |
| HSV(B) | 119º | 0.51% | 0.46% | - |
| XYZ | 9.05 | 14.19 | 6.27 | - |
| YUV | 93.52 | 107.95 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 118 | 58 | 0.50 | 0 | 0.51 | 0.54 | 119 | 0.34 | 0.35 |
| Hex | 3B | 76 | 3A | 32 | 0 | 33 | 36 | 77 | 22 | 23 |
| Octal | 73 | 166 | 72 | 62 | 0 | 63 | 66 | 167 | 42 | 43 |
| Binary | 111011 | 1110110 | 111010 | 110010 | 0 | 110011 | 110110 | 1110111 | 100010 | 100011 |
Color Harmonies of #3B763A
Complementary color
Monochromatic Colors of #3B763A
Black with #3B763A
Text Example
Text Example
White with #3B763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B763A; }
p { color: rgb(59,118,58); }
H1.HeaderClassName
{
color: #3B763A;
}
.AnyTagClassName
{
color: #3B763A;
}
</style>
background-color css
<style>
a { background-color: #3B763A; }
a { background-color: rgb(59,118,58); }
div.DivClassName
{
background-color: #3B763A;
}
.BgClassName
{
background-color: #3B763A;
}
</style>
border-color css
<style>
span { border-color: #3B763A; }
span { border-color: rgb(59,118,58); }
td.TdClassName
{
border-color: #3B763A;
}
.TagClassName
{
border-color: #3B763A;
}
</style>