Shades of Japanese Laurel #367C41
Tints of Japanese Laurel #367C41
RGB
CMYK
RGB Variations
Color information
#367C41 (or 0x367C41) is known color: Japanese Laurel. HEX triplet: 36, 7C and 41. RGB value is (54,124,65). Sum of RGB (Red+Green+Blue) = 54+124+65=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #367C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367C41 is #C983BE. Grayscale: #606060. Windows color (decimal): -13206463 or 4291638. OLE color: 4291638.
HSL color Cylindrical-coordinate representation of color #367C41: hue angle of 129.43º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367C41 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 124 | 65 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.51 |
| HSL | 129.43º | 0.39% | 0.35% | - |
| HSV(B) | 129.43º | 0.56% | 0.49% | - |
| XYZ | 9.68 | 15.58 | 7.5 | - |
| YUV | 96.34 | 110.31 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 65 | 0.56 | 0 | 0.48 | 0.51 | 129.43 | 0.39 | 0.35 |
| Hex | 36 | 7C | 41 | 38 | 0 | 30 | 33 | 81 | 27 | 23 |
| Octal | 66 | 174 | 101 | 70 | 0 | 60 | 63 | 201 | 47 | 43 |
| Binary | 110110 | 1111100 | 1000001 | 111000 | 0 | 110000 | 110011 | 10000001 | 100111 | 100011 |
Color Harmonies of #367C41
Complementary color
Monochromatic Colors of #367C41
Black with #367C41
Text Example
Text Example
White with #367C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367C41; }
p { color: rgb(54,124,65); }
H1.HeaderClassName
{
color: #367C41;
}
.AnyTagClassName
{
color: #367C41;
}
</style>
background-color css
<style>
a { background-color: #367C41; }
a { background-color: rgb(54,124,65); }
div.DivClassName
{
background-color: #367C41;
}
.BgClassName
{
background-color: #367C41;
}
</style>
border-color css
<style>
span { border-color: #367C41; }
span { border-color: rgb(54,124,65); }
td.TdClassName
{
border-color: #367C41;
}
.TagClassName
{
border-color: #367C41;
}
</style>