Shades of Japanese Laurel #33712A
Tints of Japanese Laurel #33712A
RGB
CMYK
RGB Variations
Color information
#33712A (or 0x33712A) is known color: Japanese Laurel. HEX triplet: 33, 71 and 2A. RGB value is (51,113,42). Sum of RGB (Red+Green+Blue) = 51+113+42=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #33712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33712A is #CC8ED5. Grayscale: #565656. Windows color (decimal): -13405910 or 2781491. OLE color: 2781491.
HSL color Cylindrical-coordinate representation of color #33712A: hue angle of 112.39º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33712A is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 113 | 42 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.56 |
| HSL | 112.39º | 0.46% | 0.3% | - |
| HSV(B) | 112.39º | 0.63% | 0.44% | - |
| XYZ | 7.69 | 12.68 | 4.23 | - |
| YUV | 86.37 | 102.96 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 113 | 42 | 0.55 | 0 | 0.63 | 0.56 | 112.39 | 0.46 | 0.3 |
| Hex | 33 | 71 | 2A | 37 | 0 | 3F | 38 | 70 | 2E | 1E |
| Octal | 63 | 161 | 52 | 67 | 0 | 77 | 70 | 160 | 56 | 36 |
| Binary | 110011 | 1110001 | 101010 | 110111 | 0 | 111111 | 111000 | 1110000 | 101110 | 11110 |
Color Harmonies of #33712A
Complementary color
Monochromatic Colors of #33712A
Black with #33712A
Text Example
Text Example
White with #33712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33712A; }
p { color: rgb(51,113,42); }
H1.HeaderClassName
{
color: #33712A;
}
.AnyTagClassName
{
color: #33712A;
}
</style>
background-color css
<style>
a { background-color: #33712A; }
a { background-color: rgb(51,113,42); }
div.DivClassName
{
background-color: #33712A;
}
.BgClassName
{
background-color: #33712A;
}
</style>
border-color css
<style>
span { border-color: #33712A; }
span { border-color: rgb(51,113,42); }
td.TdClassName
{
border-color: #33712A;
}
.TagClassName
{
border-color: #33712A;
}
</style>