Shades of Japanese Laurel #337831
Tints of Japanese Laurel #337831
RGB
CMYK
RGB Variations
Color information
#337831 (or 0x337831) is known color: Japanese Laurel. HEX triplet: 33, 78 and 31. RGB value is (51,120,49). Sum of RGB (Red+Green+Blue) = 51+120+49=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 120 (47.27% from 255 or 54.55% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 120 - color contains mainly: green. Hex color #337831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337831 is #CC87CE. Grayscale: #5B5B5B. Windows color (decimal): -13404111 or 3242035. OLE color: 3242035.
HSL color Cylindrical-coordinate representation of color #337831: hue angle of 118.31º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337831 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 120 | 49 | - |
| CMYK | 0.58 | 0 | 0.59 | 0.53 |
| HSL | 118.31º | 0.42% | 0.33% | - |
| HSV(B) | 118.31º | 0.59% | 0.47% | - |
| XYZ | 8.64 | 14.36 | 5.22 | - |
| YUV | 91.28 | 104.14 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 120 | 49 | 0.58 | 0 | 0.59 | 0.53 | 118.31 | 0.42 | 0.33 |
| Hex | 33 | 78 | 31 | 3A | 0 | 3B | 35 | 76 | 2A | 21 |
| Octal | 63 | 170 | 61 | 72 | 0 | 73 | 65 | 166 | 52 | 41 |
| Binary | 110011 | 1111000 | 110001 | 111010 | 0 | 111011 | 110101 | 1110110 | 101010 | 100001 |
Color Harmonies of #337831
Complementary color
Monochromatic Colors of #337831
Black with #337831
Text Example
Text Example
White with #337831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337831; }
p { color: rgb(51,120,49); }
H1.HeaderClassName
{
color: #337831;
}
.AnyTagClassName
{
color: #337831;
}
</style>
background-color css
<style>
a { background-color: #337831; }
a { background-color: rgb(51,120,49); }
div.DivClassName
{
background-color: #337831;
}
.BgClassName
{
background-color: #337831;
}
</style>
border-color css
<style>
span { border-color: #337831; }
span { border-color: rgb(51,120,49); }
td.TdClassName
{
border-color: #337831;
}
.TagClassName
{
border-color: #337831;
}
</style>