Shades of Japanese Laurel #368E3C
Tints of Japanese Laurel #368E3C
RGB
CMYK
RGB Variations
Color information
#368E3C (or 0x368E3C) is known color: Japanese Laurel. HEX triplet: 36, 8E and 3C. RGB value is (54,142,60). Sum of RGB (Red+Green+Blue) = 54+142+60=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 142 (55.86% from 255 or 55.47% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 142 - color contains mainly: green. Hex color #368E3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368E3C is #C971C3. Grayscale: #6A6A6A. Windows color (decimal): -13201860 or 3968566. OLE color: 3968566.
HSL color Cylindrical-coordinate representation of color #368E3C: hue angle of 124.09º 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 #368E3C is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 142 | 60 | - |
| CMYK | 0.62 | 0 | 0.58 | 0.44 |
| HSL | 124.09º | 0.45% | 0.38% | - |
| HSV(B) | 124.09º | 0.62% | 0.56% | - |
| XYZ | 12.01 | 20.46 | 7.59 | - |
| YUV | 106.34 | 101.85 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 142 | 60 | 0.62 | 0 | 0.58 | 0.44 | 124.09 | 0.45 | 0.38 |
| Hex | 36 | 8E | 3C | 3E | 0 | 3A | 2C | 7C | 2D | 26 |
| Octal | 66 | 216 | 74 | 76 | 0 | 72 | 54 | 174 | 55 | 46 |
| Binary | 110110 | 10001110 | 111100 | 111110 | 0 | 111010 | 101100 | 1111100 | 101101 | 100110 |
Color Harmonies of #368E3C
Complementary color
Monochromatic Colors of #368E3C
Black with #368E3C
Text Example
Text Example
White with #368E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368E3C; }
p { color: rgb(54,142,60); }
H1.HeaderClassName
{
color: #368E3C;
}
.AnyTagClassName
{
color: #368E3C;
}
</style>
background-color css
<style>
a { background-color: #368E3C; }
a { background-color: rgb(54,142,60); }
div.DivClassName
{
background-color: #368E3C;
}
.BgClassName
{
background-color: #368E3C;
}
</style>
border-color css
<style>
span { border-color: #368E3C; }
span { border-color: rgb(54,142,60); }
td.TdClassName
{
border-color: #368E3C;
}
.TagClassName
{
border-color: #368E3C;
}
</style>