Shades of Japanese Laurel #33783D
Tints of Japanese Laurel #33783D
RGB
CMYK
RGB Variations
Color information
#33783D (or 0x33783D) is known color: Japanese Laurel. HEX triplet: 33, 78 and 3D. RGB value is (51,120,61). Sum of RGB (Red+Green+Blue) = 51+120+61=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #33783D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33783D is #CC87C2. Grayscale: #5C5C5C. Windows color (decimal): -13404099 or 4028467. OLE color: 4028467.
HSL color Cylindrical-coordinate representation of color #33783D: hue angle of 128.7º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33783D is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 120 | 61 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.53 |
| HSL | 128.7º | 0.4% | 0.34% | - |
| HSV(B) | 128.7º | 0.58% | 0.47% | - |
| XYZ | 8.92 | 14.47 | 6.74 | - |
| YUV | 92.64 | 110.14 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 120 | 61 | 0.58 | 0 | 0.49 | 0.53 | 128.7 | 0.4 | 0.34 |
| Hex | 33 | 78 | 3D | 3A | 0 | 31 | 35 | 81 | 28 | 22 |
| Octal | 63 | 170 | 75 | 72 | 0 | 61 | 65 | 201 | 50 | 42 |
| Binary | 110011 | 1111000 | 111101 | 111010 | 0 | 110001 | 110101 | 10000001 | 101000 | 100010 |
Color Harmonies of #33783D
Complementary color
Monochromatic Colors of #33783D
Black with #33783D
Text Example
Text Example
White with #33783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33783D; }
p { color: rgb(51,120,61); }
H1.HeaderClassName
{
color: #33783D;
}
.AnyTagClassName
{
color: #33783D;
}
</style>
background-color css
<style>
a { background-color: #33783D; }
a { background-color: rgb(51,120,61); }
div.DivClassName
{
background-color: #33783D;
}
.BgClassName
{
background-color: #33783D;
}
</style>
border-color css
<style>
span { border-color: #33783D; }
span { border-color: rgb(51,120,61); }
td.TdClassName
{
border-color: #33783D;
}
.TagClassName
{
border-color: #33783D;
}
</style>