Shades of Japanese Laurel #368C3B
Tints of Japanese Laurel #368C3B
RGB
CMYK
RGB Variations
Color information
#368C3B (or 0x368C3B) is known color: Japanese Laurel. HEX triplet: 36, 8C and 3B. RGB value is (54,140,59). Sum of RGB (Red+Green+Blue) = 54+140+59=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 140 (55.08% from 255 or 55.34% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 140 - color contains mainly: green. Hex color #368C3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368C3B is #C973C4. Grayscale: #696969. Windows color (decimal): -13202373 or 3902518. OLE color: 3902518.
HSL color Cylindrical-coordinate representation of color #368C3B: hue angle of 123.49º 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 #368C3B is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 140 | 59 | - |
| CMYK | 0.61 | 0 | 0.58 | 0.45 |
| HSL | 123.49º | 0.44% | 0.38% | - |
| HSV(B) | 123.49º | 0.61% | 0.55% | - |
| XYZ | 11.69 | 19.86 | 7.35 | - |
| YUV | 105.05 | 102.01 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 140 | 59 | 0.61 | 0 | 0.58 | 0.45 | 123.49 | 0.44 | 0.38 |
| Hex | 36 | 8C | 3B | 3D | 0 | 3A | 2D | 7B | 2C | 26 |
| Octal | 66 | 214 | 73 | 75 | 0 | 72 | 55 | 173 | 54 | 46 |
| Binary | 110110 | 10001100 | 111011 | 111101 | 0 | 111010 | 101101 | 1111011 | 101100 | 100110 |
Color Harmonies of #368C3B
Complementary color
Monochromatic Colors of #368C3B
Black with #368C3B
Text Example
Text Example
White with #368C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368C3B; }
p { color: rgb(54,140,59); }
H1.HeaderClassName
{
color: #368C3B;
}
.AnyTagClassName
{
color: #368C3B;
}
</style>
background-color css
<style>
a { background-color: #368C3B; }
a { background-color: rgb(54,140,59); }
div.DivClassName
{
background-color: #368C3B;
}
.BgClassName
{
background-color: #368C3B;
}
</style>
border-color css
<style>
span { border-color: #368C3B; }
span { border-color: rgb(54,140,59); }
td.TdClassName
{
border-color: #368C3B;
}
.TagClassName
{
border-color: #368C3B;
}
</style>