Shades of Japanese Laurel #368C34
Tints of Japanese Laurel #368C34
RGB
CMYK
RGB Variations
Color information
#368C34 (or 0x368C34) is known color: Japanese Laurel. HEX triplet: 36, 8C and 34. RGB value is (54,140,52). Sum of RGB (Red+Green+Blue) = 54+140+52=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 140 (55.08% from 255 or 56.91% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 140 - color contains mainly: green. Hex color #368C34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368C34 is #C973CB. Grayscale: #686868. Windows color (decimal): -13202380 or 3443766. OLE color: 3443766.
HSL color Cylindrical-coordinate representation of color #368C34: hue angle of 118.64º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #368C34 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 140 | 52 | - |
| CMYK | 0.61 | 0 | 0.63 | 0.45 |
| HSL | 118.64º | 0.46% | 0.38% | - |
| HSV(B) | 118.64º | 0.63% | 0.55% | - |
| XYZ | 11.52 | 19.79 | 6.46 | - |
| YUV | 104.25 | 98.51 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 140 | 52 | 0.61 | 0 | 0.63 | 0.45 | 118.64 | 0.46 | 0.38 |
| Hex | 36 | 8C | 34 | 3D | 0 | 3F | 2D | 77 | 2E | 26 |
| Octal | 66 | 214 | 64 | 75 | 0 | 77 | 55 | 167 | 56 | 46 |
| Binary | 110110 | 10001100 | 110100 | 111101 | 0 | 111111 | 101101 | 1110111 | 101110 | 100110 |
Color Harmonies of #368C34
Complementary color
Monochromatic Colors of #368C34
Black with #368C34
Text Example
Text Example
White with #368C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368C34; }
p { color: rgb(54,140,52); }
H1.HeaderClassName
{
color: #368C34;
}
.AnyTagClassName
{
color: #368C34;
}
</style>
background-color css
<style>
a { background-color: #368C34; }
a { background-color: rgb(54,140,52); }
div.DivClassName
{
background-color: #368C34;
}
.BgClassName
{
background-color: #368C34;
}
</style>
border-color css
<style>
span { border-color: #368C34; }
span { border-color: rgb(54,140,52); }
td.TdClassName
{
border-color: #368C34;
}
.TagClassName
{
border-color: #368C34;
}
</style>