Shades of Japanese Laurel #31793D
Tints of Japanese Laurel #31793D
RGB
CMYK
RGB Variations
Color information
#31793D (or 0x31793D) is known color: Japanese Laurel. HEX triplet: 31, 79 and 3D. RGB value is (49,121,61). Sum of RGB (Red+Green+Blue) = 49+121+61=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #31793D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31793D is #CE86C2. Grayscale: #5C5C5C. Windows color (decimal): -13534915 or 4028721. OLE color: 4028721.
HSL color Cylindrical-coordinate representation of color #31793D: hue angle of 130º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31793D is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 121 | 61 | - |
| CMYK | 0.60 | 0 | 0.50 | 0.53 |
| HSL | 130º | 0.42% | 0.33% | - |
| HSV(B) | 130º | 0.6% | 0.47% | - |
| XYZ | 8.95 | 14.66 | 6.77 | - |
| YUV | 92.63 | 110.15 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 121 | 61 | 0.60 | 0 | 0.50 | 0.53 | 130 | 0.42 | 0.33 |
| Hex | 31 | 79 | 3D | 3C | 0 | 32 | 35 | 82 | 2A | 21 |
| Octal | 61 | 171 | 75 | 74 | 0 | 62 | 65 | 202 | 52 | 41 |
| Binary | 110001 | 1111001 | 111101 | 111100 | 0 | 110010 | 110101 | 10000010 | 101010 | 100001 |
Color Harmonies of #31793D
Complementary color
Monochromatic Colors of #31793D
Black with #31793D
Text Example
Text Example
White with #31793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31793D; }
p { color: rgb(49,121,61); }
H1.HeaderClassName
{
color: #31793D;
}
.AnyTagClassName
{
color: #31793D;
}
</style>
background-color css
<style>
a { background-color: #31793D; }
a { background-color: rgb(49,121,61); }
div.DivClassName
{
background-color: #31793D;
}
.BgClassName
{
background-color: #31793D;
}
</style>
border-color css
<style>
span { border-color: #31793D; }
span { border-color: rgb(49,121,61); }
td.TdClassName
{
border-color: #31793D;
}
.TagClassName
{
border-color: #31793D;
}
</style>