Shades of Zuccini #104B2C
Tints of Zuccini #104B2C
RGB
CMYK
RGB Variations
Color information
#104B2C (or 0x104B2C) is known color: Zuccini. HEX triplet: 10, 4B and 2C. RGB value is (16,75,44). Sum of RGB (Red+Green+Blue) = 16+75+44=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 75 (29.69% from 255 or 55.56% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 75 - color contains mainly: green. Hex color #104B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104B2C is #EFB4D3. Grayscale: #353535. Windows color (decimal): -15709396 or 2902800. OLE color: 2902800.
HSL color Cylindrical-coordinate representation of color #104B2C: hue angle of 148.47º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104B2C is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 75 | 44 | - |
| CMYK | 0.79 | 0 | 0.41 | 0.71 |
| HSL | 148.47º | 0.65% | 0.18% | - |
| HSV(B) | 148.47º | 0.79% | 0.29% | - |
| XYZ | 3.18 | 5.32 | 3.24 | - |
| YUV | 53.83 | 122.45 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 75 | 44 | 0.79 | 0 | 0.41 | 0.71 | 148.47 | 0.65 | 0.18 |
| Hex | 10 | 4B | 2C | 4F | 0 | 29 | 47 | 94 | 41 | 12 |
| Octal | 20 | 113 | 54 | 117 | 0 | 51 | 107 | 224 | 101 | 22 |
| Binary | 10000 | 1001011 | 101100 | 1001111 | 0 | 101001 | 1000111 | 10010100 | 1000001 | 10010 |
Color Harmonies of #104B2C
Complementary color
Monochromatic Colors of #104B2C
Black with #104B2C
Text Example
Text Example
White with #104B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104B2C; }
p { color: rgb(16,75,44); }
H1.HeaderClassName
{
color: #104B2C;
}
.AnyTagClassName
{
color: #104B2C;
}
</style>
background-color css
<style>
a { background-color: #104B2C; }
a { background-color: rgb(16,75,44); }
div.DivClassName
{
background-color: #104B2C;
}
.BgClassName
{
background-color: #104B2C;
}
</style>
border-color css
<style>
span { border-color: #104B2C; }
span { border-color: rgb(16,75,44); }
td.TdClassName
{
border-color: #104B2C;
}
.TagClassName
{
border-color: #104B2C;
}
</style>