Shades of Japanese Laurel #356D31
Tints of Japanese Laurel #356D31
RGB
CMYK
RGB Variations
Color information
#356D31 (or 0x356D31) is known color: Japanese Laurel. HEX triplet: 35, 6D and 31. RGB value is (53,109,49). Sum of RGB (Red+Green+Blue) = 53+109+49=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 109 (42.97% from 255 or 51.66% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 109 - color contains mainly: green. Hex color #356D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356D31 is #CA92CE. Grayscale: #555555. Windows color (decimal): -13275855 or 3239221. OLE color: 3239221.
HSL color Cylindrical-coordinate representation of color #356D31: hue angle of 116º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #356D31 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 109 | 49 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.57 |
| HSL | 116º | 0.38% | 0.31% | - |
| HSV(B) | 116º | 0.55% | 0.43% | - |
| XYZ | 7.49 | 11.92 | 4.81 | - |
| YUV | 85.42 | 107.45 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 49 | 0.51 | 0 | 0.55 | 0.57 | 116 | 0.38 | 0.31 |
| Hex | 35 | 6D | 31 | 33 | 0 | 37 | 39 | 74 | 26 | 1F |
| Octal | 65 | 155 | 61 | 63 | 0 | 67 | 71 | 164 | 46 | 37 |
| Binary | 110101 | 1101101 | 110001 | 110011 | 0 | 110111 | 111001 | 1110100 | 100110 | 11111 |
Color Harmonies of #356D31
Complementary color
Monochromatic Colors of #356D31
Black with #356D31
Text Example
Text Example
White with #356D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356D31; }
p { color: rgb(53,109,49); }
H1.HeaderClassName
{
color: #356D31;
}
.AnyTagClassName
{
color: #356D31;
}
</style>
background-color css
<style>
a { background-color: #356D31; }
a { background-color: rgb(53,109,49); }
div.DivClassName
{
background-color: #356D31;
}
.BgClassName
{
background-color: #356D31;
}
</style>
border-color css
<style>
span { border-color: #356D31; }
span { border-color: rgb(53,109,49); }
td.TdClassName
{
border-color: #356D31;
}
.TagClassName
{
border-color: #356D31;
}
</style>