Shades of Zuccini #10442F
Tints of Zuccini #10442F
RGB
CMYK
RGB Variations
Color information
#10442F (or 0x10442F) is known color: Zuccini. HEX triplet: 10, 44 and 2F. RGB value is (16,68,47). Sum of RGB (Red+Green+Blue) = 16+68+47=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 68 (26.95% from 255 or 51.91% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 68 - color contains mainly: green. Hex color #10442F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10442F is #EFBBD0. Grayscale: #323232. Windows color (decimal): -15711185 or 3097616. OLE color: 3097616.
HSL color Cylindrical-coordinate representation of color #10442F: hue angle of 155.77º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #10442F is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 68 | 47 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.73 |
| HSL | 155.77º | 0.62% | 0.16% | - |
| HSV(B) | 155.77º | 0.76% | 0.27% | - |
| XYZ | 2.79 | 4.45 | 3.4 | - |
| YUV | 50.06 | 126.27 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 47 | 0.76 | 0 | 0.31 | 0.73 | 155.77 | 0.62 | 0.16 |
| Hex | 10 | 44 | 2F | 4C | 0 | 1F | 49 | 9C | 3E | 10 |
| Octal | 20 | 104 | 57 | 114 | 0 | 37 | 111 | 234 | 76 | 20 |
| Binary | 10000 | 1000100 | 101111 | 1001100 | 0 | 11111 | 1001001 | 10011100 | 111110 | 10000 |
Color Harmonies of #10442F
Complementary color
Monochromatic Colors of #10442F
Black with #10442F
Text Example
Text Example
White with #10442F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10442F; }
p { color: rgb(16,68,47); }
H1.HeaderClassName
{
color: #10442F;
}
.AnyTagClassName
{
color: #10442F;
}
</style>
background-color css
<style>
a { background-color: #10442F; }
a { background-color: rgb(16,68,47); }
div.DivClassName
{
background-color: #10442F;
}
.BgClassName
{
background-color: #10442F;
}
</style>
border-color css
<style>
span { border-color: #10442F; }
span { border-color: rgb(16,68,47); }
td.TdClassName
{
border-color: #10442F;
}
.TagClassName
{
border-color: #10442F;
}
</style>