Shades of Japanese Laurel #33793C
Tints of Japanese Laurel #33793C
RGB
CMYK
RGB Variations
Color information
#33793C (or 0x33793C) is known color: Japanese Laurel. HEX triplet: 33, 79 and 3C. RGB value is (51,121,60). Sum of RGB (Red+Green+Blue) = 51+121+60=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 121 (47.66% from 255 or 52.16% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 121 - color contains mainly: green. Hex color #33793C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33793C is #CC86C3. Grayscale: #5D5D5D. Windows color (decimal): -13403844 or 3963187. OLE color: 3963187.
HSL color Cylindrical-coordinate representation of color #33793C: hue angle of 127.71º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #33793C is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 121 | 60 | - |
| CMYK | 0.58 | 0 | 0.50 | 0.53 |
| HSL | 127.71º | 0.41% | 0.34% | - |
| HSV(B) | 127.71º | 0.58% | 0.47% | - |
| XYZ | 9.02 | 14.7 | 6.64 | - |
| YUV | 93.12 | 109.31 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 60 | 0.58 | 0 | 0.50 | 0.53 | 127.71 | 0.41 | 0.34 |
| Hex | 33 | 79 | 3C | 3A | 0 | 32 | 35 | 80 | 29 | 22 |
| Octal | 63 | 171 | 74 | 72 | 0 | 62 | 65 | 200 | 51 | 42 |
| Binary | 110011 | 1111001 | 111100 | 111010 | 0 | 110010 | 110101 | 10000000 | 101001 | 100010 |
Color Harmonies of #33793C
Complementary color
Monochromatic Colors of #33793C
Black with #33793C
Text Example
Text Example
White with #33793C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33793C; }
p { color: rgb(51,121,60); }
H1.HeaderClassName
{
color: #33793C;
}
.AnyTagClassName
{
color: #33793C;
}
</style>
background-color css
<style>
a { background-color: #33793C; }
a { background-color: rgb(51,121,60); }
div.DivClassName
{
background-color: #33793C;
}
.BgClassName
{
background-color: #33793C;
}
</style>
border-color css
<style>
span { border-color: #33793C; }
span { border-color: rgb(51,121,60); }
td.TdClassName
{
border-color: #33793C;
}
.TagClassName
{
border-color: #33793C;
}
</style>