Shades of Japanese Laurel #3B7235
Tints of Japanese Laurel #3B7235
RGB
CMYK
RGB Variations
Color information
#3B7235 (or 0x3B7235) is known color: Japanese Laurel. HEX triplet: 3B, 72 and 35. RGB value is (59,114,53). Sum of RGB (Red+Green+Blue) = 59+114+53=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #3B7235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7235 is #C48DCA. Grayscale: #5A5A5A. Windows color (decimal): -12881355 or 3502651. OLE color: 3502651.
HSL color Cylindrical-coordinate representation of color #3B7235: hue angle of 114.1º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B7235 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 114 | 53 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.55 |
| HSL | 114.1º | 0.37% | 0.33% | - |
| HSV(B) | 114.1º | 0.54% | 0.45% | - |
| XYZ | 8.46 | 13.22 | 5.47 | - |
| YUV | 90.6 | 106.78 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 114 | 53 | 0.48 | 0 | 0.54 | 0.55 | 114.1 | 0.37 | 0.33 |
| Hex | 3B | 72 | 35 | 30 | 0 | 36 | 37 | 72 | 25 | 21 |
| Octal | 73 | 162 | 65 | 60 | 0 | 66 | 67 | 162 | 45 | 41 |
| Binary | 111011 | 1110010 | 110101 | 110000 | 0 | 110110 | 110111 | 1110010 | 100101 | 100001 |
Color Harmonies of #3B7235
Complementary color
Monochromatic Colors of #3B7235
Black with #3B7235
Text Example
Text Example
White with #3B7235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7235; }
p { color: rgb(59,114,53); }
H1.HeaderClassName
{
color: #3B7235;
}
.AnyTagClassName
{
color: #3B7235;
}
</style>
background-color css
<style>
a { background-color: #3B7235; }
a { background-color: rgb(59,114,53); }
div.DivClassName
{
background-color: #3B7235;
}
.BgClassName
{
background-color: #3B7235;
}
</style>
border-color css
<style>
span { border-color: #3B7235; }
span { border-color: rgb(59,114,53); }
td.TdClassName
{
border-color: #3B7235;
}
.TagClassName
{
border-color: #3B7235;
}
</style>