Shades of Japanese Laurel #367E34
Tints of Japanese Laurel #367E34
RGB
CMYK
RGB Variations
Color information
#367E34 (or 0x367E34) is known color: Japanese Laurel. HEX triplet: 36, 7E and 34. RGB value is (54,126,52). Sum of RGB (Red+Green+Blue) = 54+126+52=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 126 (49.61% from 255 or 54.31% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 126 - color contains mainly: green. Hex color #367E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367E34 is #C981CB. Grayscale: #606060. Windows color (decimal): -13205964 or 3440182. OLE color: 3440182.
HSL color Cylindrical-coordinate representation of color #367E34: hue angle of 118.38º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #367E34 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 126 | 52 | - |
| CMYK | 0.57 | 0 | 0.59 | 0.51 |
| HSL | 118.38º | 0.42% | 0.35% | - |
| HSV(B) | 118.38º | 0.59% | 0.49% | - |
| XYZ | 9.6 | 15.95 | 5.82 | - |
| YUV | 96.04 | 103.15 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 126 | 52 | 0.57 | 0 | 0.59 | 0.51 | 118.38 | 0.42 | 0.35 |
| Hex | 36 | 7E | 34 | 39 | 0 | 3B | 33 | 76 | 2A | 23 |
| Octal | 66 | 176 | 64 | 71 | 0 | 73 | 63 | 166 | 52 | 43 |
| Binary | 110110 | 1111110 | 110100 | 111001 | 0 | 111011 | 110011 | 1110110 | 101010 | 100011 |
Color Harmonies of #367E34
Complementary color
Monochromatic Colors of #367E34
Black with #367E34
Text Example
Text Example
White with #367E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367E34; }
p { color: rgb(54,126,52); }
H1.HeaderClassName
{
color: #367E34;
}
.AnyTagClassName
{
color: #367E34;
}
</style>
background-color css
<style>
a { background-color: #367E34; }
a { background-color: rgb(54,126,52); }
div.DivClassName
{
background-color: #367E34;
}
.BgClassName
{
background-color: #367E34;
}
</style>
border-color css
<style>
span { border-color: #367E34; }
span { border-color: rgb(54,126,52); }
td.TdClassName
{
border-color: #367E34;
}
.TagClassName
{
border-color: #367E34;
}
</style>