Shades of Zuccini #104B2E
Tints of Zuccini #104B2E
RGB
CMYK
RGB Variations
Color information
#104B2E (or 0x104B2E) is known color: Zuccini. HEX triplet: 10, 4B and 2E. RGB value is (16,75,46). Sum of RGB (Red+Green+Blue) = 16+75+46=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 75 (29.69% from 255 or 54.74% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 75 - color contains mainly: green. Hex color #104B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104B2E is #EFB4D1. Grayscale: #363636. Windows color (decimal): -15709394 or 3033872. OLE color: 3033872.
HSL color Cylindrical-coordinate representation of color #104B2E: hue angle of 150.51º 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 #104B2E is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 75 | 46 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.71 |
| HSL | 150.51º | 0.65% | 0.18% | - |
| HSV(B) | 150.51º | 0.79% | 0.29% | - |
| XYZ | 3.22 | 5.34 | 3.45 | - |
| YUV | 54.05 | 123.45 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 75 | 46 | 0.79 | 0 | 0.39 | 0.71 | 150.51 | 0.65 | 0.18 |
| Hex | 10 | 4B | 2E | 4F | 0 | 27 | 47 | 97 | 41 | 12 |
| Octal | 20 | 113 | 56 | 117 | 0 | 47 | 107 | 227 | 101 | 22 |
| Binary | 10000 | 1001011 | 101110 | 1001111 | 0 | 100111 | 1000111 | 10010111 | 1000001 | 10010 |
Color Harmonies of #104B2E
Complementary color
Monochromatic Colors of #104B2E
Black with #104B2E
Text Example
Text Example
White with #104B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104B2E; }
p { color: rgb(16,75,46); }
H1.HeaderClassName
{
color: #104B2E;
}
.AnyTagClassName
{
color: #104B2E;
}
</style>
background-color css
<style>
a { background-color: #104B2E; }
a { background-color: rgb(16,75,46); }
div.DivClassName
{
background-color: #104B2E;
}
.BgClassName
{
background-color: #104B2E;
}
</style>
border-color css
<style>
span { border-color: #104B2E; }
span { border-color: rgb(16,75,46); }
td.TdClassName
{
border-color: #104B2E;
}
.TagClassName
{
border-color: #104B2E;
}
</style>