Shades of Japanese Laurel #337932
Tints of Japanese Laurel #337932
RGB
CMYK
RGB Variations
Color information
#337932 (or 0x337932) is known color: Japanese Laurel. HEX triplet: 33, 79 and 32. RGB value is (51,121,50). Sum of RGB (Red+Green+Blue) = 51+121+50=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 121 (47.66% from 255 or 54.50% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 121 - color contains mainly: green. Hex color #337932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337932 is #CC86CD. Grayscale: #5C5C5C. Windows color (decimal): -13403854 or 3307827. OLE color: 3307827.
HSL color Cylindrical-coordinate representation of color #337932: hue angle of 119.15º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337932 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 121 | 50 | - |
| CMYK | 0.58 | 0 | 0.59 | 0.53 |
| HSL | 119.15º | 0.42% | 0.34% | - |
| HSV(B) | 119.15º | 0.59% | 0.47% | - |
| XYZ | 8.78 | 14.61 | 5.37 | - |
| YUV | 91.98 | 104.31 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 50 | 0.58 | 0 | 0.59 | 0.53 | 119.15 | 0.42 | 0.34 |
| Hex | 33 | 79 | 32 | 3A | 0 | 3B | 35 | 77 | 2A | 22 |
| Octal | 63 | 171 | 62 | 72 | 0 | 73 | 65 | 167 | 52 | 42 |
| Binary | 110011 | 1111001 | 110010 | 111010 | 0 | 111011 | 110101 | 1110111 | 101010 | 100010 |
Color Harmonies of #337932
Complementary color
Monochromatic Colors of #337932
Black with #337932
Text Example
Text Example
White with #337932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337932; }
p { color: rgb(51,121,50); }
H1.HeaderClassName
{
color: #337932;
}
.AnyTagClassName
{
color: #337932;
}
</style>
background-color css
<style>
a { background-color: #337932; }
a { background-color: rgb(51,121,50); }
div.DivClassName
{
background-color: #337932;
}
.BgClassName
{
background-color: #337932;
}
</style>
border-color css
<style>
span { border-color: #337932; }
span { border-color: rgb(51,121,50); }
td.TdClassName
{
border-color: #337932;
}
.TagClassName
{
border-color: #337932;
}
</style>