Shades of Japanese Laurel #317A3C
Tints of Japanese Laurel #317A3C
RGB
CMYK
RGB Variations
Color information
#317A3C (or 0x317A3C) is known color: Japanese Laurel. HEX triplet: 31, 7A and 3C. RGB value is (49,122,60). Sum of RGB (Red+Green+Blue) = 49+122+60=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 122 (48.05% from 255 or 52.81% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 122 - color contains mainly: green. Hex color #317A3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317A3C is #CE85C3. Grayscale: #5D5D5D. Windows color (decimal): -13534660 or 3963441. OLE color: 3963441.
HSL color Cylindrical-coordinate representation of color #317A3C: hue angle of 129.04º 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 #317A3C is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 122 | 60 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.52 |
| HSL | 129.04º | 0.43% | 0.34% | - |
| HSV(B) | 129.04º | 0.6% | 0.48% | - |
| XYZ | 9.04 | 14.9 | 6.67 | - |
| YUV | 93.11 | 109.32 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 122 | 60 | 0.60 | 0 | 0.51 | 0.52 | 129.04 | 0.43 | 0.34 |
| Hex | 31 | 7A | 3C | 3C | 0 | 33 | 34 | 81 | 2B | 22 |
| Octal | 61 | 172 | 74 | 74 | 0 | 63 | 64 | 201 | 53 | 42 |
| Binary | 110001 | 1111010 | 111100 | 111100 | 0 | 110011 | 110100 | 10000001 | 101011 | 100010 |
Color Harmonies of #317A3C
Complementary color
Monochromatic Colors of #317A3C
Black with #317A3C
Text Example
Text Example
White with #317A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317A3C; }
p { color: rgb(49,122,60); }
H1.HeaderClassName
{
color: #317A3C;
}
.AnyTagClassName
{
color: #317A3C;
}
</style>
background-color css
<style>
a { background-color: #317A3C; }
a { background-color: rgb(49,122,60); }
div.DivClassName
{
background-color: #317A3C;
}
.BgClassName
{
background-color: #317A3C;
}
</style>
border-color css
<style>
span { border-color: #317A3C; }
span { border-color: rgb(49,122,60); }
td.TdClassName
{
border-color: #317A3C;
}
.TagClassName
{
border-color: #317A3C;
}
</style>