Shades of Japanese Laurel #317B3C
Tints of Japanese Laurel #317B3C
RGB
CMYK
RGB Variations
Color information
#317B3C (or 0x317B3C) is known color: Japanese Laurel. HEX triplet: 31, 7B and 3C. RGB value is (49,123,60). Sum of RGB (Red+Green+Blue) = 49+123+60=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 123 (48.44% from 255 or 53.02% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 123 - color contains mainly: green. Hex color #317B3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317B3C is #CE84C3. Grayscale: #5D5D5D. Windows color (decimal): -13534404 or 3963697. OLE color: 3963697.
HSL color Cylindrical-coordinate representation of color #317B3C: hue angle of 128.92º 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 #317B3C is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 123 | 60 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.52 |
| HSL | 128.92º | 0.43% | 0.34% | - |
| HSV(B) | 128.92º | 0.6% | 0.48% | - |
| XYZ | 9.17 | 15.15 | 6.72 | - |
| YUV | 93.69 | 108.98 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 123 | 60 | 0.60 | 0 | 0.51 | 0.52 | 128.92 | 0.43 | 0.34 |
| Hex | 31 | 7B | 3C | 3C | 0 | 33 | 34 | 81 | 2B | 22 |
| Octal | 61 | 173 | 74 | 74 | 0 | 63 | 64 | 201 | 53 | 42 |
| Binary | 110001 | 1111011 | 111100 | 111100 | 0 | 110011 | 110100 | 10000001 | 101011 | 100010 |
Color Harmonies of #317B3C
Complementary color
Monochromatic Colors of #317B3C
Black with #317B3C
Text Example
Text Example
White with #317B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317B3C; }
p { color: rgb(49,123,60); }
H1.HeaderClassName
{
color: #317B3C;
}
.AnyTagClassName
{
color: #317B3C;
}
</style>
background-color css
<style>
a { background-color: #317B3C; }
a { background-color: rgb(49,123,60); }
div.DivClassName
{
background-color: #317B3C;
}
.BgClassName
{
background-color: #317B3C;
}
</style>
border-color css
<style>
span { border-color: #317B3C; }
span { border-color: rgb(49,123,60); }
td.TdClassName
{
border-color: #317B3C;
}
.TagClassName
{
border-color: #317B3C;
}
</style>