Shades of Japanese Laurel #31803E
Tints of Japanese Laurel #31803E
RGB
CMYK
RGB Variations
Color information
#31803E (or 0x31803E) is known color: Japanese Laurel. HEX triplet: 31, 80 and 3E. RGB value is (49,128,62). Sum of RGB (Red+Green+Blue) = 49+128+62=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 128 (50.39% from 255 or 53.56% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 128 - color contains mainly: green. Hex color #31803E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31803E is #CE7FC1. Grayscale: #616161. Windows color (decimal): -13533122 or 4096049. OLE color: 4096049.
HSL color Cylindrical-coordinate representation of color #31803E: hue angle of 129.87º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31803E is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 128 | 62 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.50 |
| HSL | 129.87º | 0.45% | 0.35% | - |
| HSV(B) | 129.87º | 0.62% | 0.5% | - |
| XYZ | 9.86 | 16.44 | 7.21 | - |
| YUV | 96.86 | 108.33 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 128 | 62 | 0.62 | 0 | 0.52 | 0.50 | 129.87 | 0.45 | 0.35 |
| Hex | 31 | 80 | 3E | 3E | 0 | 34 | 32 | 82 | 2D | 23 |
| Octal | 61 | 200 | 76 | 76 | 0 | 64 | 62 | 202 | 55 | 43 |
| Binary | 110001 | 10000000 | 111110 | 111110 | 0 | 110100 | 110010 | 10000010 | 101101 | 100011 |
Color Harmonies of #31803E
Complementary color
Monochromatic Colors of #31803E
Black with #31803E
Text Example
Text Example
White with #31803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31803E; }
p { color: rgb(49,128,62); }
H1.HeaderClassName
{
color: #31803E;
}
.AnyTagClassName
{
color: #31803E;
}
</style>
background-color css
<style>
a { background-color: #31803E; }
a { background-color: rgb(49,128,62); }
div.DivClassName
{
background-color: #31803E;
}
.BgClassName
{
background-color: #31803E;
}
</style>
border-color css
<style>
span { border-color: #31803E; }
span { border-color: rgb(49,128,62); }
td.TdClassName
{
border-color: #31803E;
}
.TagClassName
{
border-color: #31803E;
}
</style>