Shades of Japanese Laurel #368E3F
Tints of Japanese Laurel #368E3F
RGB
CMYK
RGB Variations
Color information
#368E3F (or 0x368E3F) is known color: Japanese Laurel. HEX triplet: 36, 8E and 3F. RGB value is (54,142,63). Sum of RGB (Red+Green+Blue) = 54+142+63=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 142 (55.86% from 255 or 54.83% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 142 - color contains mainly: green. Hex color #368E3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368E3F is #C971C0. Grayscale: #6A6A6A. Windows color (decimal): -13201857 or 4165174. OLE color: 4165174.
HSL color Cylindrical-coordinate representation of color #368E3F: hue angle of 126.14º 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 #368E3F is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 142 | 63 | - |
| CMYK | 0.62 | 0 | 0.56 | 0.44 |
| HSL | 126.14º | 0.45% | 0.38% | - |
| HSV(B) | 126.14º | 0.62% | 0.56% | - |
| XYZ | 12.09 | 20.49 | 8.02 | - |
| YUV | 106.68 | 103.35 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 142 | 63 | 0.62 | 0 | 0.56 | 0.44 | 126.14 | 0.45 | 0.38 |
| Hex | 36 | 8E | 3F | 3E | 0 | 38 | 2C | 7E | 2D | 26 |
| Octal | 66 | 216 | 77 | 76 | 0 | 70 | 54 | 176 | 55 | 46 |
| Binary | 110110 | 10001110 | 111111 | 111110 | 0 | 111000 | 101100 | 1111110 | 101101 | 100110 |
Color Harmonies of #368E3F
Complementary color
Monochromatic Colors of #368E3F
Black with #368E3F
Text Example
Text Example
White with #368E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368E3F; }
p { color: rgb(54,142,63); }
H1.HeaderClassName
{
color: #368E3F;
}
.AnyTagClassName
{
color: #368E3F;
}
</style>
background-color css
<style>
a { background-color: #368E3F; }
a { background-color: rgb(54,142,63); }
div.DivClassName
{
background-color: #368E3F;
}
.BgClassName
{
background-color: #368E3F;
}
</style>
border-color css
<style>
span { border-color: #368E3F; }
span { border-color: rgb(54,142,63); }
td.TdClassName
{
border-color: #368E3F;
}
.TagClassName
{
border-color: #368E3F;
}
</style>