Shades of Japanese Laurel #317A42
Tints of Japanese Laurel #317A42
RGB
CMYK
RGB Variations
Color information
#317A42 (or 0x317A42) is known color: Japanese Laurel. HEX triplet: 31, 7A and 42. RGB value is (49,122,66). Sum of RGB (Red+Green+Blue) = 49+122+66=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 122 (48.05% from 255 or 51.48% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 122 - color contains mainly: green. Hex color #317A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317A42 is #CE85BD. Grayscale: #5D5D5D. Windows color (decimal): -13534654 or 4356657. OLE color: 4356657.
HSL color Cylindrical-coordinate representation of color #317A42: hue angle of 133.97º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317A42 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 122 | 66 | - |
| CMYK | 0.60 | 0 | 0.46 | 0.52 |
| HSL | 133.97º | 0.43% | 0.34% | - |
| HSV(B) | 133.97º | 0.6% | 0.48% | - |
| XYZ | 9.21 | 14.97 | 7.56 | - |
| YUV | 93.79 | 112.32 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 122 | 66 | 0.60 | 0 | 0.46 | 0.52 | 133.97 | 0.43 | 0.34 |
| Hex | 31 | 7A | 42 | 3C | 0 | 2E | 34 | 86 | 2B | 22 |
| Octal | 61 | 172 | 102 | 74 | 0 | 56 | 64 | 206 | 53 | 42 |
| Binary | 110001 | 1111010 | 1000010 | 111100 | 0 | 101110 | 110100 | 10000110 | 101011 | 100010 |
Color Harmonies of #317A42
Complementary color
Monochromatic Colors of #317A42
Black with #317A42
Text Example
Text Example
White with #317A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317A42; }
p { color: rgb(49,122,66); }
H1.HeaderClassName
{
color: #317A42;
}
.AnyTagClassName
{
color: #317A42;
}
</style>
background-color css
<style>
a { background-color: #317A42; }
a { background-color: rgb(49,122,66); }
div.DivClassName
{
background-color: #317A42;
}
.BgClassName
{
background-color: #317A42;
}
</style>
border-color css
<style>
span { border-color: #317A42; }
span { border-color: rgb(49,122,66); }
td.TdClassName
{
border-color: #317A42;
}
.TagClassName
{
border-color: #317A42;
}
</style>