Shades of Japanese Laurel #3A873D
Tints of Japanese Laurel #3A873D
RGB
CMYK
RGB Variations
Color information
#3A873D (or 0x3A873D) is known color: Japanese Laurel. HEX triplet: 3A, 87 and 3D. RGB value is (58,135,61). Sum of RGB (Red+Green+Blue) = 58+135+61=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 135 (53.12% from 255 or 53.15% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 135 - color contains mainly: green. Hex color #3A873D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A873D is #C578C2. Grayscale: #676767. Windows color (decimal): -12941507 or 4032314. OLE color: 4032314.
HSL color Cylindrical-coordinate representation of color #3A873D: hue angle of 122.34º 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 #3A873D is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 135 | 61 | - |
| CMYK | 0.57 | 0 | 0.55 | 0.47 |
| HSL | 122.34º | 0.4% | 0.38% | - |
| HSV(B) | 122.34º | 0.57% | 0.53% | - |
| XYZ | 11.25 | 18.56 | 7.41 | - |
| YUV | 103.54 | 103.99 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 135 | 61 | 0.57 | 0 | 0.55 | 0.47 | 122.34 | 0.4 | 0.38 |
| Hex | 3A | 87 | 3D | 39 | 0 | 37 | 2F | 7A | 28 | 26 |
| Octal | 72 | 207 | 75 | 71 | 0 | 67 | 57 | 172 | 50 | 46 |
| Binary | 111010 | 10000111 | 111101 | 111001 | 0 | 110111 | 101111 | 1111010 | 101000 | 100110 |
Color Harmonies of #3A873D
Complementary color
Monochromatic Colors of #3A873D
Black with #3A873D
Text Example
Text Example
White with #3A873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A873D; }
p { color: rgb(58,135,61); }
H1.HeaderClassName
{
color: #3A873D;
}
.AnyTagClassName
{
color: #3A873D;
}
</style>
background-color css
<style>
a { background-color: #3A873D; }
a { background-color: rgb(58,135,61); }
div.DivClassName
{
background-color: #3A873D;
}
.BgClassName
{
background-color: #3A873D;
}
</style>
border-color css
<style>
span { border-color: #3A873D; }
span { border-color: rgb(58,135,61); }
td.TdClassName
{
border-color: #3A873D;
}
.TagClassName
{
border-color: #3A873D;
}
</style>