Shades of Japanese Laurel #31913F
Tints of Japanese Laurel #31913F
RGB
CMYK
RGB Variations
Color information
#31913F (or 0x31913F) is known color: Japanese Laurel. HEX triplet: 31, 91 and 3F. RGB value is (49,145,63). Sum of RGB (Red+Green+Blue) = 49+145+63=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 145 (57.03% from 255 or 56.42% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 145 - color contains mainly: green. Hex color #31913F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31913F is #CE6EC0. Grayscale: #6B6B6B. Windows color (decimal): -13528769 or 4165937. OLE color: 4165937.
HSL color Cylindrical-coordinate representation of color #31913F: hue angle of 128.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31913F is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 145 | 63 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.43 |
| HSL | 128.75º | 0.49% | 0.38% | - |
| HSV(B) | 128.75º | 0.66% | 0.57% | - |
| XYZ | 12.29 | 21.26 | 8.16 | - |
| YUV | 106.95 | 103.2 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 63 | 0.66 | 0 | 0.57 | 0.43 | 128.75 | 0.49 | 0.38 |
| Hex | 31 | 91 | 3F | 42 | 0 | 39 | 2B | 81 | 31 | 26 |
| Octal | 61 | 221 | 77 | 102 | 0 | 71 | 53 | 201 | 61 | 46 |
| Binary | 110001 | 10010001 | 111111 | 1000010 | 0 | 111001 | 101011 | 10000001 | 110001 | 100110 |
Color Harmonies of #31913F
Complementary color
Monochromatic Colors of #31913F
Black with #31913F
Text Example
Text Example
White with #31913F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31913F; }
p { color: rgb(49,145,63); }
H1.HeaderClassName
{
color: #31913F;
}
.AnyTagClassName
{
color: #31913F;
}
</style>
background-color css
<style>
a { background-color: #31913F; }
a { background-color: rgb(49,145,63); }
div.DivClassName
{
background-color: #31913F;
}
.BgClassName
{
background-color: #31913F;
}
</style>
border-color css
<style>
span { border-color: #31913F; }
span { border-color: rgb(49,145,63); }
td.TdClassName
{
border-color: #31913F;
}
.TagClassName
{
border-color: #31913F;
}
</style>