Shades of Japanese Laurel #3A883D
Tints of Japanese Laurel #3A883D
RGB
CMYK
RGB Variations
Color information
#3A883D (or 0x3A883D) is known color: Japanese Laurel. HEX triplet: 3A, 88 and 3D. RGB value is (58,136,61). Sum of RGB (Red+Green+Blue) = 58+136+61=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #3A883D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A883D is #C577C2. Grayscale: #686868. Windows color (decimal): -12941251 or 4032570. OLE color: 4032570.
HSL color Cylindrical-coordinate representation of color #3A883D: hue angle of 122.31º 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 #3A883D is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 136 | 61 | - |
| CMYK | 0.57 | 0 | 0.55 | 0.47 |
| HSL | 122.31º | 0.4% | 0.38% | - |
| HSV(B) | 122.31º | 0.57% | 0.53% | - |
| XYZ | 11.39 | 18.84 | 7.45 | - |
| YUV | 104.13 | 103.66 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 136 | 61 | 0.57 | 0 | 0.55 | 0.47 | 122.31 | 0.4 | 0.38 |
| Hex | 3A | 88 | 3D | 39 | 0 | 37 | 2F | 7A | 28 | 26 |
| Octal | 72 | 210 | 75 | 71 | 0 | 67 | 57 | 172 | 50 | 46 |
| Binary | 111010 | 10001000 | 111101 | 111001 | 0 | 110111 | 101111 | 1111010 | 101000 | 100110 |
Color Harmonies of #3A883D
Complementary color
Monochromatic Colors of #3A883D
Black with #3A883D
Text Example
Text Example
White with #3A883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A883D; }
p { color: rgb(58,136,61); }
H1.HeaderClassName
{
color: #3A883D;
}
.AnyTagClassName
{
color: #3A883D;
}
</style>
background-color css
<style>
a { background-color: #3A883D; }
a { background-color: rgb(58,136,61); }
div.DivClassName
{
background-color: #3A883D;
}
.BgClassName
{
background-color: #3A883D;
}
</style>
border-color css
<style>
span { border-color: #3A883D; }
span { border-color: rgb(58,136,61); }
td.TdClassName
{
border-color: #3A883D;
}
.TagClassName
{
border-color: #3A883D;
}
</style>