Shades of Japanese Laurel #31783F
Tints of Japanese Laurel #31783F
RGB
CMYK
RGB Variations
Color information
#31783F (or 0x31783F) is known color: Japanese Laurel. HEX triplet: 31, 78 and 3F. RGB value is (49,120,63). Sum of RGB (Red+Green+Blue) = 49+120+63=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #31783F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31783F is #CE87C0. Grayscale: #5C5C5C. Windows color (decimal): -13535169 or 4159537. OLE color: 4159537.
HSL color Cylindrical-coordinate representation of color #31783F: hue angle of 131.83º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31783F is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 120 | 63 | - |
| CMYK | 0.59 | 0 | 0.48 | 0.53 |
| HSL | 131.83º | 0.42% | 0.33% | - |
| HSV(B) | 131.83º | 0.59% | 0.47% | - |
| XYZ | 8.88 | 14.44 | 7.02 | - |
| YUV | 92.27 | 111.48 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 120 | 63 | 0.59 | 0 | 0.48 | 0.53 | 131.83 | 0.42 | 0.33 |
| Hex | 31 | 78 | 3F | 3B | 0 | 30 | 35 | 84 | 2A | 21 |
| Octal | 61 | 170 | 77 | 73 | 0 | 60 | 65 | 204 | 52 | 41 |
| Binary | 110001 | 1111000 | 111111 | 111011 | 0 | 110000 | 110101 | 10000100 | 101010 | 100001 |
Color Harmonies of #31783F
Complementary color
Monochromatic Colors of #31783F
Black with #31783F
Text Example
Text Example
White with #31783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31783F; }
p { color: rgb(49,120,63); }
H1.HeaderClassName
{
color: #31783F;
}
.AnyTagClassName
{
color: #31783F;
}
</style>
background-color css
<style>
a { background-color: #31783F; }
a { background-color: rgb(49,120,63); }
div.DivClassName
{
background-color: #31783F;
}
.BgClassName
{
background-color: #31783F;
}
</style>
border-color css
<style>
span { border-color: #31783F; }
span { border-color: rgb(49,120,63); }
td.TdClassName
{
border-color: #31783F;
}
.TagClassName
{
border-color: #31783F;
}
</style>