Shades of Japanese Laurel #31853D
Tints of Japanese Laurel #31853D
RGB
CMYK
RGB Variations
Color information
#31853D (or 0x31853D) is known color: Japanese Laurel. HEX triplet: 31, 85 and 3D. RGB value is (49,133,61). Sum of RGB (Red+Green+Blue) = 49+133+61=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #31853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31853D is #CE7AC2. Grayscale: #636363. Windows color (decimal): -13531843 or 4031793. OLE color: 4031793.
HSL color Cylindrical-coordinate representation of color #31853D: hue angle of 128.57º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31853D is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 133 | 61 | - |
| CMYK | 0.63 | 0 | 0.54 | 0.48 |
| HSL | 128.57º | 0.46% | 0.36% | - |
| HSV(B) | 128.57º | 0.63% | 0.52% | - |
| XYZ | 10.5 | 17.76 | 7.29 | - |
| YUV | 99.68 | 106.17 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 133 | 61 | 0.63 | 0 | 0.54 | 0.48 | 128.57 | 0.46 | 0.36 |
| Hex | 31 | 85 | 3D | 3F | 0 | 36 | 30 | 81 | 2E | 24 |
| Octal | 61 | 205 | 75 | 77 | 0 | 66 | 60 | 201 | 56 | 44 |
| Binary | 110001 | 10000101 | 111101 | 111111 | 0 | 110110 | 110000 | 10000001 | 101110 | 100100 |
Color Harmonies of #31853D
Complementary color
Monochromatic Colors of #31853D
Black with #31853D
Text Example
Text Example
White with #31853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31853D; }
p { color: rgb(49,133,61); }
H1.HeaderClassName
{
color: #31853D;
}
.AnyTagClassName
{
color: #31853D;
}
</style>
background-color css
<style>
a { background-color: #31853D; }
a { background-color: rgb(49,133,61); }
div.DivClassName
{
background-color: #31853D;
}
.BgClassName
{
background-color: #31853D;
}
</style>
border-color css
<style>
span { border-color: #31853D; }
span { border-color: rgb(49,133,61); }
td.TdClassName
{
border-color: #31853D;
}
.TagClassName
{
border-color: #31853D;
}
</style>