Shades of Japanese Laurel #368E40
Tints of Japanese Laurel #368E40
RGB
CMYK
RGB Variations
Color information
#368E40 (or 0x368E40) is known color: Japanese Laurel. HEX triplet: 36, 8E and 40. RGB value is (54,142,64). Sum of RGB (Red+Green+Blue) = 54+142+64=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 142 (55.86% from 255 or 54.62% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 142 - color contains mainly: green. Hex color #368E40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368E40 is #C971BF. Grayscale: #6B6B6B. Windows color (decimal): -13201856 or 4230710. OLE color: 4230710.
HSL color Cylindrical-coordinate representation of color #368E40: hue angle of 126.82º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368E40 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 142 | 64 | - |
| CMYK | 0.62 | 0 | 0.55 | 0.44 |
| HSL | 126.82º | 0.45% | 0.38% | - |
| HSV(B) | 126.82º | 0.62% | 0.56% | - |
| XYZ | 12.12 | 20.5 | 8.17 | - |
| YUV | 106.8 | 103.85 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 142 | 64 | 0.62 | 0 | 0.55 | 0.44 | 126.82 | 0.45 | 0.38 |
| Hex | 36 | 8E | 40 | 3E | 0 | 37 | 2C | 7F | 2D | 26 |
| Octal | 66 | 216 | 100 | 76 | 0 | 67 | 54 | 177 | 55 | 46 |
| Binary | 110110 | 10001110 | 1000000 | 111110 | 0 | 110111 | 101100 | 1111111 | 101101 | 100110 |
Color Harmonies of #368E40
Complementary color
Monochromatic Colors of #368E40
Black with #368E40
Text Example
Text Example
White with #368E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368E40; }
p { color: rgb(54,142,64); }
H1.HeaderClassName
{
color: #368E40;
}
.AnyTagClassName
{
color: #368E40;
}
</style>
background-color css
<style>
a { background-color: #368E40; }
a { background-color: rgb(54,142,64); }
div.DivClassName
{
background-color: #368E40;
}
.BgClassName
{
background-color: #368E40;
}
</style>
border-color css
<style>
span { border-color: #368E40; }
span { border-color: rgb(54,142,64); }
td.TdClassName
{
border-color: #368E40;
}
.TagClassName
{
border-color: #368E40;
}
</style>