Shades of Japanese Laurel #337529
Tints of Japanese Laurel #337529
RGB
CMYK
RGB Variations
Color information
#337529 (or 0x337529) is known color: Japanese Laurel. HEX triplet: 33, 75 and 29. RGB value is (51,117,41). Sum of RGB (Red+Green+Blue) = 51+117+41=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 117 (46.09% from 255 or 55.98% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 117 - color contains mainly: green. Hex color #337529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337529 is #CC8AD6. Grayscale: #585858. Windows color (decimal): -13404887 or 2716979. OLE color: 2716979.
HSL color Cylindrical-coordinate representation of color #337529: hue angle of 112.11º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #337529 is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 117 | 41 | - |
| CMYK | 0.56 | 0 | 0.65 | 0.54 |
| HSL | 112.11º | 0.48% | 0.31% | - |
| HSV(B) | 112.11º | 0.65% | 0.46% | - |
| XYZ | 8.13 | 13.59 | 4.29 | - |
| YUV | 88.6 | 101.13 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 117 | 41 | 0.56 | 0 | 0.65 | 0.54 | 112.11 | 0.48 | 0.31 |
| Hex | 33 | 75 | 29 | 38 | 0 | 41 | 36 | 70 | 30 | 1F |
| Octal | 63 | 165 | 51 | 70 | 0 | 101 | 66 | 160 | 60 | 37 |
| Binary | 110011 | 1110101 | 101001 | 111000 | 0 | 1000001 | 110110 | 1110000 | 110000 | 11111 |
Color Harmonies of #337529
Complementary color
Monochromatic Colors of #337529
Black with #337529
Text Example
Text Example
White with #337529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337529; }
p { color: rgb(51,117,41); }
H1.HeaderClassName
{
color: #337529;
}
.AnyTagClassName
{
color: #337529;
}
</style>
background-color css
<style>
a { background-color: #337529; }
a { background-color: rgb(51,117,41); }
div.DivClassName
{
background-color: #337529;
}
.BgClassName
{
background-color: #337529;
}
</style>
border-color css
<style>
span { border-color: #337529; }
span { border-color: rgb(51,117,41); }
td.TdClassName
{
border-color: #337529;
}
.TagClassName
{
border-color: #337529;
}
</style>