Shades of Japanese Laurel #3B883A
Tints of Japanese Laurel #3B883A
RGB
CMYK
RGB Variations
Color information
#3B883A (or 0x3B883A) is known color: Japanese Laurel. HEX triplet: 3B, 88 and 3A. RGB value is (59,136,58). Sum of RGB (Red+Green+Blue) = 59+136+58=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 136 (53.52% from 255 or 53.75% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 136 - color contains mainly: green. Hex color #3B883A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B883A is #C477C5. Grayscale: #686868. Windows color (decimal): -12875718 or 3835963. OLE color: 3835963.
HSL color Cylindrical-coordinate representation of color #3B883A: hue angle of 119.23º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B883A is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 59 | 136 | 58 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.47 |
| HSL | 119.23º | 0.4% | 0.38% | - |
| HSV(B) | 119.23º | 0.57% | 0.53% | - |
| XYZ | 11.37 | 18.84 | 7.04 | - |
| YUV | 104.09 | 101.99 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 136 | 58 | 0.57 | 0 | 0.57 | 0.47 | 119.23 | 0.4 | 0.38 |
| Hex | 3B | 88 | 3A | 39 | 0 | 39 | 2F | 77 | 28 | 26 |
| Octal | 73 | 210 | 72 | 71 | 0 | 71 | 57 | 167 | 50 | 46 |
| Binary | 111011 | 10001000 | 111010 | 111001 | 0 | 111001 | 101111 | 1110111 | 101000 | 100110 |
Color Harmonies of #3B883A
Complementary color
Monochromatic Colors of #3B883A
Black with #3B883A
Text Example
Text Example
White with #3B883A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B883A; }
p { color: rgb(59,136,58); }
H1.HeaderClassName
{
color: #3B883A;
}
.AnyTagClassName
{
color: #3B883A;
}
</style>
background-color css
<style>
a { background-color: #3B883A; }
a { background-color: rgb(59,136,58); }
div.DivClassName
{
background-color: #3B883A;
}
.BgClassName
{
background-color: #3B883A;
}
</style>
border-color css
<style>
span { border-color: #3B883A; }
span { border-color: rgb(59,136,58); }
td.TdClassName
{
border-color: #3B883A;
}
.TagClassName
{
border-color: #3B883A;
}
</style>