Shades of Japanese Laurel #368D40
Tints of Japanese Laurel #368D40
RGB
CMYK
RGB Variations
Color information
#368D40 (or 0x368D40) is known color: Japanese Laurel. HEX triplet: 36, 8D and 40. RGB value is (54,141,64). Sum of RGB (Red+Green+Blue) = 54+141+64=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 141 (55.47% from 255 or 54.44% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 141 - color contains mainly: green. Hex color #368D40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368D40 is #C972BF. Grayscale: #6A6A6A. Windows color (decimal): -13202112 or 4230454. OLE color: 4230454.
HSL color Cylindrical-coordinate representation of color #368D40: hue angle of 126.9º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368D40 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 141 | 64 | - |
| CMYK | 0.62 | 0 | 0.55 | 0.45 |
| HSL | 126.9º | 0.45% | 0.38% | - |
| HSV(B) | 126.9º | 0.62% | 0.55% | - |
| XYZ | 11.97 | 20.2 | 8.12 | - |
| YUV | 106.21 | 104.18 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 141 | 64 | 0.62 | 0 | 0.55 | 0.45 | 126.9 | 0.45 | 0.38 |
| Hex | 36 | 8D | 40 | 3E | 0 | 37 | 2D | 7F | 2D | 26 |
| Octal | 66 | 215 | 100 | 76 | 0 | 67 | 55 | 177 | 55 | 46 |
| Binary | 110110 | 10001101 | 1000000 | 111110 | 0 | 110111 | 101101 | 1111111 | 101101 | 100110 |
Color Harmonies of #368D40
Complementary color
Monochromatic Colors of #368D40
Black with #368D40
Text Example
Text Example
White with #368D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368D40; }
p { color: rgb(54,141,64); }
H1.HeaderClassName
{
color: #368D40;
}
.AnyTagClassName
{
color: #368D40;
}
</style>
background-color css
<style>
a { background-color: #368D40; }
a { background-color: rgb(54,141,64); }
div.DivClassName
{
background-color: #368D40;
}
.BgClassName
{
background-color: #368D40;
}
</style>
border-color css
<style>
span { border-color: #368D40; }
span { border-color: rgb(54,141,64); }
td.TdClassName
{
border-color: #368D40;
}
.TagClassName
{
border-color: #368D40;
}
</style>