Shades of Japanese Laurel #367E3D
Tints of Japanese Laurel #367E3D
RGB
CMYK
RGB Variations
Color information
#367E3D (or 0x367E3D) is known color: Japanese Laurel. HEX triplet: 36, 7E and 3D. RGB value is (54,126,61). Sum of RGB (Red+Green+Blue) = 54+126+61=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 126 (49.61% from 255 or 52.28% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 126 - color contains mainly: green. Hex color #367E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367E3D is #C981C2. Grayscale: #616161. Windows color (decimal): -13205955 or 4030006. OLE color: 4030006.
HSL color Cylindrical-coordinate representation of color #367E3D: hue angle of 125.83º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367E3D is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 126 | 61 | - |
| CMYK | 0.57 | 0 | 0.52 | 0.51 |
| HSL | 125.83º | 0.4% | 0.35% | - |
| HSV(B) | 125.83º | 0.57% | 0.49% | - |
| XYZ | 9.82 | 16.04 | 6.99 | - |
| YUV | 97.06 | 107.65 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 126 | 61 | 0.57 | 0 | 0.52 | 0.51 | 125.83 | 0.4 | 0.35 |
| Hex | 36 | 7E | 3D | 39 | 0 | 34 | 33 | 7E | 28 | 23 |
| Octal | 66 | 176 | 75 | 71 | 0 | 64 | 63 | 176 | 50 | 43 |
| Binary | 110110 | 1111110 | 111101 | 111001 | 0 | 110100 | 110011 | 1111110 | 101000 | 100011 |
Color Harmonies of #367E3D
Complementary color
Monochromatic Colors of #367E3D
Black with #367E3D
Text Example
Text Example
White with #367E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367E3D; }
p { color: rgb(54,126,61); }
H1.HeaderClassName
{
color: #367E3D;
}
.AnyTagClassName
{
color: #367E3D;
}
</style>
background-color css
<style>
a { background-color: #367E3D; }
a { background-color: rgb(54,126,61); }
div.DivClassName
{
background-color: #367E3D;
}
.BgClassName
{
background-color: #367E3D;
}
</style>
border-color css
<style>
span { border-color: #367E3D; }
span { border-color: rgb(54,126,61); }
td.TdClassName
{
border-color: #367E3D;
}
.TagClassName
{
border-color: #367E3D;
}
</style>