Shades of Japanese Laurel #367E3A
Tints of Japanese Laurel #367E3A
RGB
CMYK
RGB Variations
Color information
#367E3A (or 0x367E3A) is known color: Japanese Laurel. HEX triplet: 36, 7E and 3A. RGB value is (54,126,58). Sum of RGB (Red+Green+Blue) = 54+126+58=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 126 (49.61% from 255 or 52.94% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 126 - color contains mainly: green. Hex color #367E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367E3A is #C981C5. Grayscale: #606060. Windows color (decimal): -13205958 or 3833398. OLE color: 3833398.
HSL color Cylindrical-coordinate representation of color #367E3A: hue angle of 123.33º 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 #367E3A is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 126 | 58 | - |
| CMYK | 0.57 | 0 | 0.54 | 0.51 |
| HSL | 123.33º | 0.4% | 0.35% | - |
| HSV(B) | 123.33º | 0.57% | 0.49% | - |
| XYZ | 9.75 | 16.01 | 6.58 | - |
| YUV | 96.72 | 106.15 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 126 | 58 | 0.57 | 0 | 0.54 | 0.51 | 123.33 | 0.4 | 0.35 |
| Hex | 36 | 7E | 3A | 39 | 0 | 36 | 33 | 7B | 28 | 23 |
| Octal | 66 | 176 | 72 | 71 | 0 | 66 | 63 | 173 | 50 | 43 |
| Binary | 110110 | 1111110 | 111010 | 111001 | 0 | 110110 | 110011 | 1111011 | 101000 | 100011 |
Color Harmonies of #367E3A
Complementary color
Monochromatic Colors of #367E3A
Black with #367E3A
Text Example
Text Example
White with #367E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367E3A; }
p { color: rgb(54,126,58); }
H1.HeaderClassName
{
color: #367E3A;
}
.AnyTagClassName
{
color: #367E3A;
}
</style>
background-color css
<style>
a { background-color: #367E3A; }
a { background-color: rgb(54,126,58); }
div.DivClassName
{
background-color: #367E3A;
}
.BgClassName
{
background-color: #367E3A;
}
</style>
border-color css
<style>
span { border-color: #367E3A; }
span { border-color: rgb(54,126,58); }
td.TdClassName
{
border-color: #367E3A;
}
.TagClassName
{
border-color: #367E3A;
}
</style>