Shades of Japanese Laurel #33702E
Tints of Japanese Laurel #33702E
RGB
CMYK
RGB Variations
Color information
#33702E (or 0x33702E) is known color: Japanese Laurel. HEX triplet: 33, 70 and 2E. RGB value is (51,112,46). Sum of RGB (Red+Green+Blue) = 51+112+46=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #33702E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33702E is #CC8FD1. Grayscale: #565656. Windows color (decimal): -13406162 or 3043379. OLE color: 3043379.
HSL color Cylindrical-coordinate representation of color #33702E: hue angle of 115.45º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33702E is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 112 | 46 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.56 |
| HSL | 115.45º | 0.42% | 0.31% | - |
| HSV(B) | 115.45º | 0.59% | 0.44% | - |
| XYZ | 7.65 | 12.49 | 4.59 | - |
| YUV | 86.24 | 105.29 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 112 | 46 | 0.54 | 0 | 0.59 | 0.56 | 115.45 | 0.42 | 0.31 |
| Hex | 33 | 70 | 2E | 36 | 0 | 3B | 38 | 73 | 2A | 1F |
| Octal | 63 | 160 | 56 | 66 | 0 | 73 | 70 | 163 | 52 | 37 |
| Binary | 110011 | 1110000 | 101110 | 110110 | 0 | 111011 | 111000 | 1110011 | 101010 | 11111 |
Color Harmonies of #33702E
Complementary color
Monochromatic Colors of #33702E
Black with #33702E
Text Example
Text Example
White with #33702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33702E; }
p { color: rgb(51,112,46); }
H1.HeaderClassName
{
color: #33702E;
}
.AnyTagClassName
{
color: #33702E;
}
</style>
background-color css
<style>
a { background-color: #33702E; }
a { background-color: rgb(51,112,46); }
div.DivClassName
{
background-color: #33702E;
}
.BgClassName
{
background-color: #33702E;
}
</style>
border-color css
<style>
span { border-color: #33702E; }
span { border-color: rgb(51,112,46); }
td.TdClassName
{
border-color: #33702E;
}
.TagClassName
{
border-color: #33702E;
}
</style>