Shades of Japanese Laurel #3B7F38
Tints of Japanese Laurel #3B7F38
RGB
CMYK
RGB Variations
Color information
#3B7F38 (or 0x3B7F38) is known color: Japanese Laurel. HEX triplet: 3B, 7F and 38. RGB value is (59,127,56). Sum of RGB (Red+Green+Blue) = 59+127+56=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 127 (50% from 255 or 52.48% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 127 - color contains mainly: green. Hex color #3B7F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7F38 is #C480C7. Grayscale: #626262. Windows color (decimal): -12878024 or 3702587. OLE color: 3702587.
HSL color Cylindrical-coordinate representation of color #3B7F38: hue angle of 117.46º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B7F38 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 59 | 127 | 56 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.50 |
| HSL | 117.46º | 0.39% | 0.36% | - |
| HSV(B) | 117.46º | 0.56% | 0.5% | - |
| XYZ | 10.11 | 16.39 | 6.37 | - |
| YUV | 98.57 | 103.97 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 127 | 56 | 0.54 | 0 | 0.56 | 0.50 | 117.46 | 0.39 | 0.36 |
| Hex | 3B | 7F | 38 | 36 | 0 | 38 | 32 | 75 | 27 | 24 |
| Octal | 73 | 177 | 70 | 66 | 0 | 70 | 62 | 165 | 47 | 44 |
| Binary | 111011 | 1111111 | 111000 | 110110 | 0 | 111000 | 110010 | 1110101 | 100111 | 100100 |
Color Harmonies of #3B7F38
Complementary color
Monochromatic Colors of #3B7F38
Black with #3B7F38
Text Example
Text Example
White with #3B7F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7F38; }
p { color: rgb(59,127,56); }
H1.HeaderClassName
{
color: #3B7F38;
}
.AnyTagClassName
{
color: #3B7F38;
}
</style>
background-color css
<style>
a { background-color: #3B7F38; }
a { background-color: rgb(59,127,56); }
div.DivClassName
{
background-color: #3B7F38;
}
.BgClassName
{
background-color: #3B7F38;
}
</style>
border-color css
<style>
span { border-color: #3B7F38; }
span { border-color: rgb(59,127,56); }
td.TdClassName
{
border-color: #3B7F38;
}
.TagClassName
{
border-color: #3B7F38;
}
</style>