Shades of Japanese Laurel #31763E
Tints of Japanese Laurel #31763E
RGB
CMYK
RGB Variations
Color information
#31763E (or 0x31763E) is known color: Japanese Laurel. HEX triplet: 31, 76 and 3E. RGB value is (49,118,62). Sum of RGB (Red+Green+Blue) = 49+118+62=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #31763E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31763E is #CE89C1. Grayscale: #5B5B5B. Windows color (decimal): -13535682 or 4093489. OLE color: 4093489.
HSL color Cylindrical-coordinate representation of color #31763E: hue angle of 131.3º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31763E is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 49 | 118 | 62 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.54 |
| HSL | 131.3º | 0.41% | 0.33% | - |
| HSV(B) | 131.3º | 0.58% | 0.46% | - |
| XYZ | 8.61 | 13.96 | 6.8 | - |
| YUV | 90.99 | 111.64 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 118 | 62 | 0.58 | 0 | 0.47 | 0.54 | 131.3 | 0.41 | 0.33 |
| Hex | 31 | 76 | 3E | 3A | 0 | 2F | 36 | 83 | 29 | 21 |
| Octal | 61 | 166 | 76 | 72 | 0 | 57 | 66 | 203 | 51 | 41 |
| Binary | 110001 | 1110110 | 111110 | 111010 | 0 | 101111 | 110110 | 10000011 | 101001 | 100001 |
Color Harmonies of #31763E
Complementary color
Monochromatic Colors of #31763E
Black with #31763E
Text Example
Text Example
White with #31763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31763E; }
p { color: rgb(49,118,62); }
H1.HeaderClassName
{
color: #31763E;
}
.AnyTagClassName
{
color: #31763E;
}
</style>
background-color css
<style>
a { background-color: #31763E; }
a { background-color: rgb(49,118,62); }
div.DivClassName
{
background-color: #31763E;
}
.BgClassName
{
background-color: #31763E;
}
</style>
border-color css
<style>
span { border-color: #31763E; }
span { border-color: rgb(49,118,62); }
td.TdClassName
{
border-color: #31763E;
}
.TagClassName
{
border-color: #31763E;
}
</style>