Shades of Japanese Laurel #366F30
Tints of Japanese Laurel #366F30
RGB
CMYK
RGB Variations
Color information
#366F30 (or 0x366F30) is known color: Japanese Laurel. HEX triplet: 36, 6F and 30. RGB value is (54,111,48). Sum of RGB (Red+Green+Blue) = 54+111+48=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 111 (43.75% from 255 or 52.11% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 111 - color contains mainly: green. Hex color #366F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366F30 is #C990CF. Grayscale: #565656. Windows color (decimal): -13209808 or 3174198. OLE color: 3174198.
HSL color Cylindrical-coordinate representation of color #366F30: hue angle of 114.29º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #366F30 is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 111 | 48 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.56 |
| HSL | 114.29º | 0.4% | 0.31% | - |
| HSV(B) | 114.29º | 0.57% | 0.44% | - |
| XYZ | 7.74 | 12.37 | 4.78 | - |
| YUV | 86.78 | 106.12 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 111 | 48 | 0.51 | 0 | 0.57 | 0.56 | 114.29 | 0.4 | 0.31 |
| Hex | 36 | 6F | 30 | 33 | 0 | 39 | 38 | 72 | 28 | 1F |
| Octal | 66 | 157 | 60 | 63 | 0 | 71 | 70 | 162 | 50 | 37 |
| Binary | 110110 | 1101111 | 110000 | 110011 | 0 | 111001 | 111000 | 1110010 | 101000 | 11111 |
Color Harmonies of #366F30
Complementary color
Monochromatic Colors of #366F30
Black with #366F30
Text Example
Text Example
White with #366F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366F30; }
p { color: rgb(54,111,48); }
H1.HeaderClassName
{
color: #366F30;
}
.AnyTagClassName
{
color: #366F30;
}
</style>
background-color css
<style>
a { background-color: #366F30; }
a { background-color: rgb(54,111,48); }
div.DivClassName
{
background-color: #366F30;
}
.BgClassName
{
background-color: #366F30;
}
</style>
border-color css
<style>
span { border-color: #366F30; }
span { border-color: rgb(54,111,48); }
td.TdClassName
{
border-color: #366F30;
}
.TagClassName
{
border-color: #366F30;
}
</style>