Shades of Japanese Laurel #368B40
Tints of Japanese Laurel #368B40
RGB
CMYK
RGB Variations
Color information
#368B40 (or 0x368B40) is known color: Japanese Laurel. HEX triplet: 36, 8B and 40. RGB value is (54,139,64). Sum of RGB (Red+Green+Blue) = 54+139+64=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 139 (54.69% from 255 or 54.09% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 139 - color contains mainly: green. Hex color #368B40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368B40 is #C974BF. Grayscale: #696969. Windows color (decimal): -13202624 or 4229942. OLE color: 4229942.
HSL color Cylindrical-coordinate representation of color #368B40: hue angle of 127.06º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368B40 is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 139 | 64 | - |
| CMYK | 0.61 | 0 | 0.54 | 0.45 |
| HSL | 127.06º | 0.44% | 0.38% | - |
| HSV(B) | 127.06º | 0.61% | 0.55% | - |
| XYZ | 11.68 | 19.62 | 8.02 | - |
| YUV | 105.04 | 104.84 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 139 | 64 | 0.61 | 0 | 0.54 | 0.45 | 127.06 | 0.44 | 0.38 |
| Hex | 36 | 8B | 40 | 3D | 0 | 36 | 2D | 7F | 2C | 26 |
| Octal | 66 | 213 | 100 | 75 | 0 | 66 | 55 | 177 | 54 | 46 |
| Binary | 110110 | 10001011 | 1000000 | 111101 | 0 | 110110 | 101101 | 1111111 | 101100 | 100110 |
Color Harmonies of #368B40
Complementary color
Monochromatic Colors of #368B40
Black with #368B40
Text Example
Text Example
White with #368B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368B40; }
p { color: rgb(54,139,64); }
H1.HeaderClassName
{
color: #368B40;
}
.AnyTagClassName
{
color: #368B40;
}
</style>
background-color css
<style>
a { background-color: #368B40; }
a { background-color: rgb(54,139,64); }
div.DivClassName
{
background-color: #368B40;
}
.BgClassName
{
background-color: #368B40;
}
</style>
border-color css
<style>
span { border-color: #368B40; }
span { border-color: rgb(54,139,64); }
td.TdClassName
{
border-color: #368B40;
}
.TagClassName
{
border-color: #368B40;
}
</style>