Shades of Japanese Laurel #3B7141
Tints of Japanese Laurel #3B7141
RGB
CMYK
RGB Variations
Color information
#3B7141 (or 0x3B7141) is known color: Japanese Laurel. HEX triplet: 3B, 71 and 41. RGB value is (59,113,65). Sum of RGB (Red+Green+Blue) = 59+113+65=237 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.89% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #3B7141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7141 is #C48EBE. Grayscale: #5B5B5B. Windows color (decimal): -12881599 or 4288827. OLE color: 4288827.
HSL color Cylindrical-coordinate representation of color #3B7141: hue angle of 126.67º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B7141 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 113 | 65 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.56 |
| HSL | 126.67º | 0.31% | 0.34% | - |
| HSV(B) | 126.67º | 0.48% | 0.44% | - |
| XYZ | 8.66 | 13.12 | 7.08 | - |
| YUV | 91.38 | 113.11 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 113 | 65 | 0.48 | 0 | 0.42 | 0.56 | 126.67 | 0.31 | 0.34 |
| Hex | 3B | 71 | 41 | 30 | 0 | 2A | 38 | 7F | 1F | 22 |
| Octal | 73 | 161 | 101 | 60 | 0 | 52 | 70 | 177 | 37 | 42 |
| Binary | 111011 | 1110001 | 1000001 | 110000 | 0 | 101010 | 111000 | 1111111 | 11111 | 100010 |
Color Harmonies of #3B7141
Complementary color
Monochromatic Colors of #3B7141
Black with #3B7141
Text Example
Text Example
White with #3B7141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7141; }
p { color: rgb(59,113,65); }
H1.HeaderClassName
{
color: #3B7141;
}
.AnyTagClassName
{
color: #3B7141;
}
</style>
background-color css
<style>
a { background-color: #3B7141; }
a { background-color: rgb(59,113,65); }
div.DivClassName
{
background-color: #3B7141;
}
.BgClassName
{
background-color: #3B7141;
}
</style>
border-color css
<style>
span { border-color: #3B7141; }
span { border-color: rgb(59,113,65); }
td.TdClassName
{
border-color: #3B7141;
}
.TagClassName
{
border-color: #3B7141;
}
</style>