Shades of Japanese Laurel #33732B
Tints of Japanese Laurel #33732B
RGB
CMYK
RGB Variations
Color information
#33732B (or 0x33732B) is known color: Japanese Laurel. HEX triplet: 33, 73 and 2B. RGB value is (51,115,43). Sum of RGB (Red+Green+Blue) = 51+115+43=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 115 (45.31% from 255 or 55.02% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 115 - color contains mainly: green. Hex color #33732B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33732B is #CC8CD4. Grayscale: #575757. Windows color (decimal): -13405397 or 2847539. OLE color: 2847539.
HSL color Cylindrical-coordinate representation of color #33732B: hue angle of 113.33º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33732B is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 115 | 43 | - |
| CMYK | 0.56 | 0 | 0.63 | 0.55 |
| HSL | 113.33º | 0.46% | 0.31% | - |
| HSV(B) | 113.33º | 0.63% | 0.45% | - |
| XYZ | 7.93 | 13.14 | 4.4 | - |
| YUV | 87.66 | 102.8 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 115 | 43 | 0.56 | 0 | 0.63 | 0.55 | 113.33 | 0.46 | 0.31 |
| Hex | 33 | 73 | 2B | 38 | 0 | 3F | 37 | 71 | 2E | 1F |
| Octal | 63 | 163 | 53 | 70 | 0 | 77 | 67 | 161 | 56 | 37 |
| Binary | 110011 | 1110011 | 101011 | 111000 | 0 | 111111 | 110111 | 1110001 | 101110 | 11111 |
Color Harmonies of #33732B
Complementary color
Monochromatic Colors of #33732B
Black with #33732B
Text Example
Text Example
White with #33732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33732B; }
p { color: rgb(51,115,43); }
H1.HeaderClassName
{
color: #33732B;
}
.AnyTagClassName
{
color: #33732B;
}
</style>
background-color css
<style>
a { background-color: #33732B; }
a { background-color: rgb(51,115,43); }
div.DivClassName
{
background-color: #33732B;
}
.BgClassName
{
background-color: #33732B;
}
</style>
border-color css
<style>
span { border-color: #33732B; }
span { border-color: rgb(51,115,43); }
td.TdClassName
{
border-color: #33732B;
}
.TagClassName
{
border-color: #33732B;
}
</style>