Shades of Japanese Laurel #36743C
Tints of Japanese Laurel #36743C
RGB
CMYK
RGB Variations
Color information
#36743C (or 0x36743C) is known color: Japanese Laurel. HEX triplet: 36, 74 and 3C. RGB value is (54,116,60). Sum of RGB (Red+Green+Blue) = 54+116+60=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #36743C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36743C is #C98BC3. Grayscale: #5B5B5B. Windows color (decimal): -13208516 or 3961910. OLE color: 3961910.
HSL color Cylindrical-coordinate representation of color #36743C: hue angle of 125.81º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #36743C is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 116 | 60 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.55 |
| HSL | 125.81º | 0.36% | 0.33% | - |
| HSV(B) | 125.81º | 0.53% | 0.45% | - |
| XYZ | 8.58 | 13.6 | 6.45 | - |
| YUV | 91.08 | 110.46 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 116 | 60 | 0.53 | 0 | 0.48 | 0.55 | 125.81 | 0.36 | 0.33 |
| Hex | 36 | 74 | 3C | 35 | 0 | 30 | 37 | 7E | 24 | 21 |
| Octal | 66 | 164 | 74 | 65 | 0 | 60 | 67 | 176 | 44 | 41 |
| Binary | 110110 | 1110100 | 111100 | 110101 | 0 | 110000 | 110111 | 1111110 | 100100 | 100001 |
Color Harmonies of #36743C
Complementary color
Monochromatic Colors of #36743C
Black with #36743C
Text Example
Text Example
White with #36743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36743C; }
p { color: rgb(54,116,60); }
H1.HeaderClassName
{
color: #36743C;
}
.AnyTagClassName
{
color: #36743C;
}
</style>
background-color css
<style>
a { background-color: #36743C; }
a { background-color: rgb(54,116,60); }
div.DivClassName
{
background-color: #36743C;
}
.BgClassName
{
background-color: #36743C;
}
</style>
border-color css
<style>
span { border-color: #36743C; }
span { border-color: rgb(54,116,60); }
td.TdClassName
{
border-color: #36743C;
}
.TagClassName
{
border-color: #36743C;
}
</style>