Shades of Japanese Laurel #33782C
Tints of Japanese Laurel #33782C
RGB
CMYK
RGB Variations
Color information
#33782C (or 0x33782C) is known color: Japanese Laurel. HEX triplet: 33, 78 and 2C. RGB value is (51,120,44). Sum of RGB (Red+Green+Blue) = 51+120+44=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 120 (47.27% from 255 or 55.81% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 120 - color contains mainly: green. Hex color #33782C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33782C is #CC87D3. Grayscale: #5A5A5A. Windows color (decimal): -13404116 or 2914355. OLE color: 2914355.
HSL color Cylindrical-coordinate representation of color #33782C: hue angle of 114.47º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33782C is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 120 | 44 | - |
| CMYK | 0.58 | 0 | 0.63 | 0.53 |
| HSL | 114.47º | 0.46% | 0.32% | - |
| HSV(B) | 114.47º | 0.63% | 0.47% | - |
| XYZ | 8.54 | 14.32 | 4.7 | - |
| YUV | 90.71 | 101.64 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 120 | 44 | 0.58 | 0 | 0.63 | 0.53 | 114.47 | 0.46 | 0.32 |
| Hex | 33 | 78 | 2C | 3A | 0 | 3F | 35 | 72 | 2E | 20 |
| Octal | 63 | 170 | 54 | 72 | 0 | 77 | 65 | 162 | 56 | 40 |
| Binary | 110011 | 1111000 | 101100 | 111010 | 0 | 111111 | 110101 | 1110010 | 101110 | 100000 |
Color Harmonies of #33782C
Complementary color
Monochromatic Colors of #33782C
Black with #33782C
Text Example
Text Example
White with #33782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33782C; }
p { color: rgb(51,120,44); }
H1.HeaderClassName
{
color: #33782C;
}
.AnyTagClassName
{
color: #33782C;
}
</style>
background-color css
<style>
a { background-color: #33782C; }
a { background-color: rgb(51,120,44); }
div.DivClassName
{
background-color: #33782C;
}
.BgClassName
{
background-color: #33782C;
}
</style>
border-color css
<style>
span { border-color: #33782C; }
span { border-color: rgb(51,120,44); }
td.TdClassName
{
border-color: #33782C;
}
.TagClassName
{
border-color: #33782C;
}
</style>