Shades of Zuccini #104E2D
Tints of Zuccini #104E2D
RGB
CMYK
RGB Variations
Color information
#104E2D (or 0x104E2D) is known color: Zuccini. HEX triplet: 10, 4E and 2D. RGB value is (16,78,45). Sum of RGB (Red+Green+Blue) = 16+78+45=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 78 (30.86% from 255 or 56.12% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 78 - color contains mainly: green. Hex color #104E2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E2D is #EFB1D2. Grayscale: #373737. Windows color (decimal): -15708627 or 2969104. OLE color: 2969104.
HSL color Cylindrical-coordinate representation of color #104E2D: hue angle of 148.06º 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 #104E2D is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 78 | 45 | - |
| CMYK | 0.79 | 0 | 0.42 | 0.69 |
| HSL | 148.06º | 0.66% | 0.18% | - |
| HSV(B) | 148.06º | 0.79% | 0.31% | - |
| XYZ | 3.41 | 5.75 | 3.41 | - |
| YUV | 55.7 | 121.96 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 45 | 0.79 | 0 | 0.42 | 0.69 | 148.06 | 0.66 | 0.18 |
| Hex | 10 | 4E | 2D | 4F | 0 | 2A | 45 | 94 | 42 | 12 |
| Octal | 20 | 116 | 55 | 117 | 0 | 52 | 105 | 224 | 102 | 22 |
| Binary | 10000 | 1001110 | 101101 | 1001111 | 0 | 101010 | 1000101 | 10010100 | 1000010 | 10010 |
Color Harmonies of #104E2D
Complementary color
Monochromatic Colors of #104E2D
Black with #104E2D
Text Example
Text Example
White with #104E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104E2D; }
p { color: rgb(16,78,45); }
H1.HeaderClassName
{
color: #104E2D;
}
.AnyTagClassName
{
color: #104E2D;
}
</style>
background-color css
<style>
a { background-color: #104E2D; }
a { background-color: rgb(16,78,45); }
div.DivClassName
{
background-color: #104E2D;
}
.BgClassName
{
background-color: #104E2D;
}
</style>
border-color css
<style>
span { border-color: #104E2D; }
span { border-color: rgb(16,78,45); }
td.TdClassName
{
border-color: #104E2D;
}
.TagClassName
{
border-color: #104E2D;
}
</style>