Shades of Japanese Laurel #3A883B
Tints of Japanese Laurel #3A883B
RGB
CMYK
RGB Variations
Color information
#3A883B (or 0x3A883B) is known color: Japanese Laurel. HEX triplet: 3A, 88 and 3B. RGB value is (58,136,59). Sum of RGB (Red+Green+Blue) = 58+136+59=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 136 (53.52% from 255 or 53.75% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 136 - color contains mainly: green. Hex color #3A883B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A883B is #C577C4. Grayscale: #686868. Windows color (decimal): -12941253 or 3901498. OLE color: 3901498.
HSL color Cylindrical-coordinate representation of color #3A883B: hue angle of 120.77º 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 #3A883B is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 136 | 59 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.47 |
| HSL | 120.77º | 0.4% | 0.38% | - |
| HSV(B) | 120.77º | 0.57% | 0.53% | - |
| XYZ | 11.34 | 18.82 | 7.17 | - |
| YUV | 103.9 | 102.66 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 136 | 59 | 0.57 | 0 | 0.57 | 0.47 | 120.77 | 0.4 | 0.38 |
| Hex | 3A | 88 | 3B | 39 | 0 | 39 | 2F | 79 | 28 | 26 |
| Octal | 72 | 210 | 73 | 71 | 0 | 71 | 57 | 171 | 50 | 46 |
| Binary | 111010 | 10001000 | 111011 | 111001 | 0 | 111001 | 101111 | 1111001 | 101000 | 100110 |
Color Harmonies of #3A883B
Complementary color
Monochromatic Colors of #3A883B
Black with #3A883B
Text Example
Text Example
White with #3A883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A883B; }
p { color: rgb(58,136,59); }
H1.HeaderClassName
{
color: #3A883B;
}
.AnyTagClassName
{
color: #3A883B;
}
</style>
background-color css
<style>
a { background-color: #3A883B; }
a { background-color: rgb(58,136,59); }
div.DivClassName
{
background-color: #3A883B;
}
.BgClassName
{
background-color: #3A883B;
}
</style>
border-color css
<style>
span { border-color: #3A883B; }
span { border-color: rgb(58,136,59); }
td.TdClassName
{
border-color: #3A883B;
}
.TagClassName
{
border-color: #3A883B;
}
</style>