Shades of Japanese Laurel #31913B
Tints of Japanese Laurel #31913B
RGB
CMYK
RGB Variations
Color information
#31913B (or 0x31913B) is known color: Japanese Laurel. HEX triplet: 31, 91 and 3B. RGB value is (49,145,59). Sum of RGB (Red+Green+Blue) = 49+145+59=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #31913B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31913B is #CE6EC4. Grayscale: #6A6A6A. Windows color (decimal): -13528773 or 3903793. OLE color: 3903793.
HSL color Cylindrical-coordinate representation of color #31913B: hue angle of 126.25º 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 #31913B is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 145 | 59 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.43 |
| HSL | 126.25º | 0.49% | 0.38% | - |
| HSV(B) | 126.25º | 0.66% | 0.57% | - |
| XYZ | 12.18 | 21.22 | 7.59 | - |
| YUV | 106.49 | 101.2 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 59 | 0.66 | 0 | 0.59 | 0.43 | 126.25 | 0.49 | 0.38 |
| Hex | 31 | 91 | 3B | 42 | 0 | 3B | 2B | 7E | 31 | 26 |
| Octal | 61 | 221 | 73 | 102 | 0 | 73 | 53 | 176 | 61 | 46 |
| Binary | 110001 | 10010001 | 111011 | 1000010 | 0 | 111011 | 101011 | 1111110 | 110001 | 100110 |
Color Harmonies of #31913B
Complementary color
Monochromatic Colors of #31913B
Black with #31913B
Text Example
Text Example
White with #31913B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31913B; }
p { color: rgb(49,145,59); }
H1.HeaderClassName
{
color: #31913B;
}
.AnyTagClassName
{
color: #31913B;
}
</style>
background-color css
<style>
a { background-color: #31913B; }
a { background-color: rgb(49,145,59); }
div.DivClassName
{
background-color: #31913B;
}
.BgClassName
{
background-color: #31913B;
}
</style>
border-color css
<style>
span { border-color: #31913B; }
span { border-color: rgb(49,145,59); }
td.TdClassName
{
border-color: #31913B;
}
.TagClassName
{
border-color: #31913B;
}
</style>