Shades of Zuccini #124127
Tints of Zuccini #124127
RGB
CMYK
RGB Variations
Color information
#124127 (or 0x124127) is known color: Zuccini. HEX triplet: 12, 41 and 27. RGB value is (18,65,39). Sum of RGB (Red+Green+Blue) = 18+65+39=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #124127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124127 is #EDBED8. Grayscale: #303030. Windows color (decimal): -15580889 or 2572562. OLE color: 2572562.
HSL color Cylindrical-coordinate representation of color #124127: hue angle of 146.81º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124127 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 65 | 39 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.75 |
| HSL | 146.81º | 0.57% | 0.16% | - |
| HSV(B) | 146.81º | 0.72% | 0.25% | - |
| XYZ | 2.51 | 4.06 | 2.57 | - |
| YUV | 47.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 39 | 0.72 | 0 | 0.40 | 0.75 | 146.81 | 0.57 | 0.16 |
| Hex | 12 | 41 | 27 | 48 | 0 | 28 | 4B | 93 | 39 | 10 |
| Octal | 22 | 101 | 47 | 110 | 0 | 50 | 113 | 223 | 71 | 20 |
| Binary | 10010 | 1000001 | 100111 | 1001000 | 0 | 101000 | 1001011 | 10010011 | 111001 | 10000 |
Color Harmonies of #124127
Complementary color
Monochromatic Colors of #124127
Black with #124127
Text Example
Text Example
White with #124127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124127; }
p { color: rgb(18,65,39); }
H1.HeaderClassName
{
color: #124127;
}
.AnyTagClassName
{
color: #124127;
}
</style>
background-color css
<style>
a { background-color: #124127; }
a { background-color: rgb(18,65,39); }
div.DivClassName
{
background-color: #124127;
}
.BgClassName
{
background-color: #124127;
}
</style>
border-color css
<style>
span { border-color: #124127; }
span { border-color: rgb(18,65,39); }
td.TdClassName
{
border-color: #124127;
}
.TagClassName
{
border-color: #124127;
}
</style>