Shades of Japanese Laurel #31733D
Tints of Japanese Laurel #31733D
RGB
CMYK
RGB Variations
Color information
#31733D (or 0x31733D) is known color: Japanese Laurel. HEX triplet: 31, 73 and 3D. RGB value is (49,115,61). Sum of RGB (Red+Green+Blue) = 49+115+61=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #31733D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31733D is #CE8CC2. Grayscale: #595959. Windows color (decimal): -13536451 or 4027185. OLE color: 4027185.
HSL color Cylindrical-coordinate representation of color #31733D: hue angle of 130.91º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31733D is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 115 | 61 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.55 |
| HSL | 130.91º | 0.4% | 0.32% | - |
| HSV(B) | 130.91º | 0.57% | 0.45% | - |
| XYZ | 8.24 | 13.25 | 6.54 | - |
| YUV | 89.11 | 112.13 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 115 | 61 | 0.57 | 0 | 0.47 | 0.55 | 130.91 | 0.4 | 0.32 |
| Hex | 31 | 73 | 3D | 39 | 0 | 2F | 37 | 83 | 28 | 20 |
| Octal | 61 | 163 | 75 | 71 | 0 | 57 | 67 | 203 | 50 | 40 |
| Binary | 110001 | 1110011 | 111101 | 111001 | 0 | 101111 | 110111 | 10000011 | 101000 | 100000 |
Color Harmonies of #31733D
Complementary color
Monochromatic Colors of #31733D
Black with #31733D
Text Example
Text Example
White with #31733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31733D; }
p { color: rgb(49,115,61); }
H1.HeaderClassName
{
color: #31733D;
}
.AnyTagClassName
{
color: #31733D;
}
</style>
background-color css
<style>
a { background-color: #31733D; }
a { background-color: rgb(49,115,61); }
div.DivClassName
{
background-color: #31733D;
}
.BgClassName
{
background-color: #31733D;
}
</style>
border-color css
<style>
span { border-color: #31733D; }
span { border-color: rgb(49,115,61); }
td.TdClassName
{
border-color: #31733D;
}
.TagClassName
{
border-color: #31733D;
}
</style>