Shades of Japanese Laurel #31773F
Tints of Japanese Laurel #31773F
RGB
CMYK
RGB Variations
Color information
#31773F (or 0x31773F) is known color: Japanese Laurel. HEX triplet: 31, 77 and 3F. RGB value is (49,119,63). Sum of RGB (Red+Green+Blue) = 49+119+63=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #31773F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31773F is #CE88C0. Grayscale: #5B5B5B. Windows color (decimal): -13535425 or 4159281. OLE color: 4159281.
HSL color Cylindrical-coordinate representation of color #31773F: hue angle of 132º 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 #31773F is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 119 | 63 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.53 |
| HSL | 132º | 0.42% | 0.33% | - |
| HSV(B) | 132º | 0.59% | 0.47% | - |
| XYZ | 8.76 | 14.21 | 6.98 | - |
| YUV | 91.69 | 111.81 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 119 | 63 | 0.59 | 0 | 0.47 | 0.53 | 132 | 0.42 | 0.33 |
| Hex | 31 | 77 | 3F | 3B | 0 | 2F | 35 | 84 | 2A | 21 |
| Octal | 61 | 167 | 77 | 73 | 0 | 57 | 65 | 204 | 52 | 41 |
| Binary | 110001 | 1110111 | 111111 | 111011 | 0 | 101111 | 110101 | 10000100 | 101010 | 100001 |
Color Harmonies of #31773F
Complementary color
Monochromatic Colors of #31773F
Black with #31773F
Text Example
Text Example
White with #31773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31773F; }
p { color: rgb(49,119,63); }
H1.HeaderClassName
{
color: #31773F;
}
.AnyTagClassName
{
color: #31773F;
}
</style>
background-color css
<style>
a { background-color: #31773F; }
a { background-color: rgb(49,119,63); }
div.DivClassName
{
background-color: #31773F;
}
.BgClassName
{
background-color: #31773F;
}
</style>
border-color css
<style>
span { border-color: #31773F; }
span { border-color: rgb(49,119,63); }
td.TdClassName
{
border-color: #31773F;
}
.TagClassName
{
border-color: #31773F;
}
</style>