Shades of Japanese Laurel #31843C
Tints of Japanese Laurel #31843C
RGB
CMYK
RGB Variations
Color information
#31843C (or 0x31843C) is known color: Japanese Laurel. HEX triplet: 31, 84 and 3C. RGB value is (49,132,60). Sum of RGB (Red+Green+Blue) = 49+132+60=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 132 (51.95% from 255 or 54.77% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 132 - color contains mainly: green. Hex color #31843C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31843C is #CE7BC3. Grayscale: #636363. Windows color (decimal): -13532100 or 3966001. OLE color: 3966001.
HSL color Cylindrical-coordinate representation of color #31843C: hue angle of 127.95º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31843C is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 132 | 60 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.48 |
| HSL | 127.95º | 0.46% | 0.35% | - |
| HSV(B) | 127.95º | 0.63% | 0.52% | - |
| XYZ | 10.33 | 17.48 | 7.1 | - |
| YUV | 98.98 | 106 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 132 | 60 | 0.63 | 0 | 0.55 | 0.48 | 127.95 | 0.46 | 0.35 |
| Hex | 31 | 84 | 3C | 3F | 0 | 37 | 30 | 80 | 2E | 23 |
| Octal | 61 | 204 | 74 | 77 | 0 | 67 | 60 | 200 | 56 | 43 |
| Binary | 110001 | 10000100 | 111100 | 111111 | 0 | 110111 | 110000 | 10000000 | 101110 | 100011 |
Color Harmonies of #31843C
Complementary color
Monochromatic Colors of #31843C
Black with #31843C
Text Example
Text Example
White with #31843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31843C; }
p { color: rgb(49,132,60); }
H1.HeaderClassName
{
color: #31843C;
}
.AnyTagClassName
{
color: #31843C;
}
</style>
background-color css
<style>
a { background-color: #31843C; }
a { background-color: rgb(49,132,60); }
div.DivClassName
{
background-color: #31843C;
}
.BgClassName
{
background-color: #31843C;
}
</style>
border-color css
<style>
span { border-color: #31843C; }
span { border-color: rgb(49,132,60); }
td.TdClassName
{
border-color: #31843C;
}
.TagClassName
{
border-color: #31843C;
}
</style>