Shades of Japanese Laurel #356C31
Tints of Japanese Laurel #356C31
RGB
CMYK
RGB Variations
Color information
#356C31 (or 0x356C31) is known color: Japanese Laurel. HEX triplet: 35, 6C and 31. RGB value is (53,108,49). Sum of RGB (Red+Green+Blue) = 53+108+49=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 108 (42.58% from 255 or 51.43% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 108 - color contains mainly: green. Hex color #356C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356C31 is #CA93CE. Grayscale: #555555. Windows color (decimal): -13276111 or 3238965. OLE color: 3238965.
HSL color Cylindrical-coordinate representation of color #356C31: hue angle of 115.93º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #356C31 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 108 | 49 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.58 |
| HSL | 115.93º | 0.38% | 0.31% | - |
| HSV(B) | 115.93º | 0.55% | 0.42% | - |
| XYZ | 7.39 | 11.7 | 4.78 | - |
| YUV | 84.83 | 107.78 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 49 | 0.51 | 0 | 0.55 | 0.58 | 115.93 | 0.38 | 0.31 |
| Hex | 35 | 6C | 31 | 33 | 0 | 37 | 3A | 74 | 26 | 1F |
| Octal | 65 | 154 | 61 | 63 | 0 | 67 | 72 | 164 | 46 | 37 |
| Binary | 110101 | 1101100 | 110001 | 110011 | 0 | 110111 | 111010 | 1110100 | 100110 | 11111 |
Color Harmonies of #356C31
Complementary color
Monochromatic Colors of #356C31
Black with #356C31
Text Example
Text Example
White with #356C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356C31; }
p { color: rgb(53,108,49); }
H1.HeaderClassName
{
color: #356C31;
}
.AnyTagClassName
{
color: #356C31;
}
</style>
background-color css
<style>
a { background-color: #356C31; }
a { background-color: rgb(53,108,49); }
div.DivClassName
{
background-color: #356C31;
}
.BgClassName
{
background-color: #356C31;
}
</style>
border-color css
<style>
span { border-color: #356C31; }
span { border-color: rgb(53,108,49); }
td.TdClassName
{
border-color: #356C31;
}
.TagClassName
{
border-color: #356C31;
}
</style>