Shades of Japanese Laurel #3B803F
Tints of Japanese Laurel #3B803F
RGB
CMYK
RGB Variations
Color information
#3B803F (or 0x3B803F) is known color: Japanese Laurel. HEX triplet: 3B, 80 and 3F. RGB value is (59,128,63). Sum of RGB (Red+Green+Blue) = 59+128+63=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 128 (50.39% from 255 or 51.2% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 128 - color contains mainly: green. Hex color #3B803F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B803F is #C47FC0. Grayscale: #646464. Windows color (decimal): -12877761 or 4161595. OLE color: 4161595.
HSL color Cylindrical-coordinate representation of color #3B803F: hue angle of 123.48º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B803F is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 59 | 128 | 63 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.50 |
| HSL | 123.48º | 0.37% | 0.37% | - |
| HSV(B) | 123.48º | 0.54% | 0.5% | - |
| XYZ | 10.42 | 16.73 | 7.38 | - |
| YUV | 99.96 | 107.14 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 128 | 63 | 0.54 | 0 | 0.51 | 0.50 | 123.48 | 0.37 | 0.37 |
| Hex | 3B | 80 | 3F | 36 | 0 | 33 | 32 | 7B | 25 | 25 |
| Octal | 73 | 200 | 77 | 66 | 0 | 63 | 62 | 173 | 45 | 45 |
| Binary | 111011 | 10000000 | 111111 | 110110 | 0 | 110011 | 110010 | 1111011 | 100101 | 100101 |
Color Harmonies of #3B803F
Complementary color
Monochromatic Colors of #3B803F
Black with #3B803F
Text Example
Text Example
White with #3B803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B803F; }
p { color: rgb(59,128,63); }
H1.HeaderClassName
{
color: #3B803F;
}
.AnyTagClassName
{
color: #3B803F;
}
</style>
background-color css
<style>
a { background-color: #3B803F; }
a { background-color: rgb(59,128,63); }
div.DivClassName
{
background-color: #3B803F;
}
.BgClassName
{
background-color: #3B803F;
}
</style>
border-color css
<style>
span { border-color: #3B803F; }
span { border-color: rgb(59,128,63); }
td.TdClassName
{
border-color: #3B803F;
}
.TagClassName
{
border-color: #3B803F;
}
</style>