Shades of Zuccini #104E31
Tints of Zuccini #104E31
RGB
CMYK
RGB Variations
Color information
#104E31 (or 0x104E31) is known color: Zuccini. HEX triplet: 10, 4E and 31. RGB value is (16,78,49). Sum of RGB (Red+Green+Blue) = 16+78+49=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 78 (30.86% from 255 or 54.55% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 78 - color contains mainly: green. Hex color #104E31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E31 is #EFB1CE. Grayscale: #383838. Windows color (decimal): -15708623 or 3231248. OLE color: 3231248.
HSL color Cylindrical-coordinate representation of color #104E31: hue angle of 151.94º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104E31 is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 78 | 49 | - |
| CMYK | 0.79 | 0 | 0.37 | 0.69 |
| HSL | 151.94º | 0.66% | 0.18% | - |
| HSV(B) | 151.94º | 0.79% | 0.31% | - |
| XYZ | 3.49 | 5.78 | 3.84 | - |
| YUV | 56.16 | 123.96 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 49 | 0.79 | 0 | 0.37 | 0.69 | 151.94 | 0.66 | 0.18 |
| Hex | 10 | 4E | 31 | 4F | 0 | 25 | 45 | 98 | 42 | 12 |
| Octal | 20 | 116 | 61 | 117 | 0 | 45 | 105 | 230 | 102 | 22 |
| Binary | 10000 | 1001110 | 110001 | 1001111 | 0 | 100101 | 1000101 | 10011000 | 1000010 | 10010 |
Color Harmonies of #104E31
Complementary color
Monochromatic Colors of #104E31
Black with #104E31
Text Example
Text Example
White with #104E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104E31; }
p { color: rgb(16,78,49); }
H1.HeaderClassName
{
color: #104E31;
}
.AnyTagClassName
{
color: #104E31;
}
</style>
background-color css
<style>
a { background-color: #104E31; }
a { background-color: rgb(16,78,49); }
div.DivClassName
{
background-color: #104E31;
}
.BgClassName
{
background-color: #104E31;
}
</style>
border-color css
<style>
span { border-color: #104E31; }
span { border-color: rgb(16,78,49); }
td.TdClassName
{
border-color: #104E31;
}
.TagClassName
{
border-color: #104E31;
}
</style>