Shades of Japanese Laurel #3B8336
Tints of Japanese Laurel #3B8336
RGB
CMYK
RGB Variations
Color information
#3B8336 (or 0x3B8336) is known color: Japanese Laurel. HEX triplet: 3B, 83 and 36. RGB value is (59,131,54). Sum of RGB (Red+Green+Blue) = 59+131+54=244 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.18% from 244); Green value is 131 (51.56% from 255 or 53.69% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 131 - color contains mainly: green. Hex color #3B8336 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8336 is #C47CC9. Grayscale: #646464. Windows color (decimal): -12877002 or 3572539. OLE color: 3572539.
HSL color Cylindrical-coordinate representation of color #3B8336: hue angle of 116.1º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B8336 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 59 | 131 | 54 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.49 |
| HSL | 116.1º | 0.42% | 0.36% | - |
| HSV(B) | 116.1º | 0.59% | 0.51% | - |
| XYZ | 10.59 | 17.43 | 6.3 | - |
| YUV | 100.69 | 101.65 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 131 | 54 | 0.55 | 0 | 0.59 | 0.49 | 116.1 | 0.42 | 0.36 |
| Hex | 3B | 83 | 36 | 37 | 0 | 3B | 31 | 74 | 2A | 24 |
| Octal | 73 | 203 | 66 | 67 | 0 | 73 | 61 | 164 | 52 | 44 |
| Binary | 111011 | 10000011 | 110110 | 110111 | 0 | 111011 | 110001 | 1110100 | 101010 | 100100 |
Color Harmonies of #3B8336
Complementary color
Monochromatic Colors of #3B8336
Black with #3B8336
Text Example
Text Example
White with #3B8336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8336; }
p { color: rgb(59,131,54); }
H1.HeaderClassName
{
color: #3B8336;
}
.AnyTagClassName
{
color: #3B8336;
}
</style>
background-color css
<style>
a { background-color: #3B8336; }
a { background-color: rgb(59,131,54); }
div.DivClassName
{
background-color: #3B8336;
}
.BgClassName
{
background-color: #3B8336;
}
</style>
border-color css
<style>
span { border-color: #3B8336; }
span { border-color: rgb(59,131,54); }
td.TdClassName
{
border-color: #3B8336;
}
.TagClassName
{
border-color: #3B8336;
}
</style>