Shades of Zuccini #145030
Tints of Zuccini #145030
RGB
CMYK
RGB Variations
Color information
#145030 (or 0x145030) is known color: Zuccini. HEX triplet: 14, 50 and 30. RGB value is (20,80,48). Sum of RGB (Red+Green+Blue) = 20+80+48=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 80 (31.64% from 255 or 54.05% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 80 - color contains mainly: green. Hex color #145030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145030 is #EBAFCF. Grayscale: #3A3A3A. Windows color (decimal): -15445968 or 3166228. OLE color: 3166228.
HSL color Cylindrical-coordinate representation of color #145030: hue angle of 148º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #145030 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 80 | 48 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.69 |
| HSL | 148º | 0.6% | 0.2% | - |
| HSV(B) | 148º | 0.75% | 0.31% | - |
| XYZ | 3.69 | 6.1 | 3.78 | - |
| YUV | 58.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 48 | 0.75 | 0 | 0.40 | 0.69 | 148 | 0.6 | 0.2 |
| Hex | 14 | 50 | 30 | 4B | 0 | 28 | 45 | 94 | 3C | 14 |
| Octal | 24 | 120 | 60 | 113 | 0 | 50 | 105 | 224 | 74 | 24 |
| Binary | 10100 | 1010000 | 110000 | 1001011 | 0 | 101000 | 1000101 | 10010100 | 111100 | 10100 |
Color Harmonies of #145030
Complementary color
Monochromatic Colors of #145030
Black with #145030
Text Example
Text Example
White with #145030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145030; }
p { color: rgb(20,80,48); }
H1.HeaderClassName
{
color: #145030;
}
.AnyTagClassName
{
color: #145030;
}
</style>
background-color css
<style>
a { background-color: #145030; }
a { background-color: rgb(20,80,48); }
div.DivClassName
{
background-color: #145030;
}
.BgClassName
{
background-color: #145030;
}
</style>
border-color css
<style>
span { border-color: #145030; }
span { border-color: rgb(20,80,48); }
td.TdClassName
{
border-color: #145030;
}
.TagClassName
{
border-color: #145030;
}
</style>