Shades of Japanese Laurel #317D32
Tints of Japanese Laurel #317D32
RGB
CMYK
RGB Variations
Color information
#317D32 (or 0x317D32) is known color: Japanese Laurel. HEX triplet: 31, 7D and 32. RGB value is (49,125,50). Sum of RGB (Red+Green+Blue) = 49+125+50=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 125 (49.22% from 255 or 55.80% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 125 - color contains mainly: green. Hex color #317D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317D32 is #CE82CD. Grayscale: #5D5D5D. Windows color (decimal): -13533902 or 3308849. OLE color: 3308849.
HSL color Cylindrical-coordinate representation of color #317D32: hue angle of 120.79º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317D32 is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 125 | 50 | - |
| CMYK | 0.61 | 0 | 0.60 | 0.51 |
| HSL | 120.79º | 0.44% | 0.34% | - |
| HSV(B) | 120.79º | 0.61% | 0.49% | - |
| XYZ | 9.18 | 15.55 | 5.54 | - |
| YUV | 93.73 | 103.32 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 125 | 50 | 0.61 | 0 | 0.60 | 0.51 | 120.79 | 0.44 | 0.34 |
| Hex | 31 | 7D | 32 | 3D | 0 | 3C | 33 | 79 | 2C | 22 |
| Octal | 61 | 175 | 62 | 75 | 0 | 74 | 63 | 171 | 54 | 42 |
| Binary | 110001 | 1111101 | 110010 | 111101 | 0 | 111100 | 110011 | 1111001 | 101100 | 100010 |
Color Harmonies of #317D32
Complementary color
Monochromatic Colors of #317D32
Black with #317D32
Text Example
Text Example
White with #317D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317D32; }
p { color: rgb(49,125,50); }
H1.HeaderClassName
{
color: #317D32;
}
.AnyTagClassName
{
color: #317D32;
}
</style>
background-color css
<style>
a { background-color: #317D32; }
a { background-color: rgb(49,125,50); }
div.DivClassName
{
background-color: #317D32;
}
.BgClassName
{
background-color: #317D32;
}
</style>
border-color css
<style>
span { border-color: #317D32; }
span { border-color: rgb(49,125,50); }
td.TdClassName
{
border-color: #317D32;
}
.TagClassName
{
border-color: #317D32;
}
</style>