Shades of Zuccini #1A4931
Tints of Zuccini #1A4931
RGB
CMYK
RGB Variations
Color information
#1A4931 (or 0x1A4931) is known color: Zuccini. HEX triplet: 1A, 49 and 31. RGB value is (26,73,49). Sum of RGB (Red+Green+Blue) = 26+73+49=148 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.57% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #1A4931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4931 is #E5B6CE. Grayscale: #383838. Windows color (decimal): -15054543 or 3229978. OLE color: 3229978.
HSL color Cylindrical-coordinate representation of color #1A4931: hue angle of 149.36º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A4931 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 73 | 49 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.71 |
| HSL | 149.36º | 0.47% | 0.19% | - |
| HSV(B) | 149.36º | 0.64% | 0.29% | - |
| XYZ | 3.36 | 5.21 | 3.73 | - |
| YUV | 56.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 73 | 49 | 0.64 | 0 | 0.33 | 0.71 | 149.36 | 0.47 | 0.19 |
| Hex | 1A | 49 | 31 | 40 | 0 | 21 | 47 | 95 | 2F | 13 |
| Octal | 32 | 111 | 61 | 100 | 0 | 41 | 107 | 225 | 57 | 23 |
| Binary | 11010 | 1001001 | 110001 | 1000000 | 0 | 100001 | 1000111 | 10010101 | 101111 | 10011 |
Color Harmonies of #1A4931
Complementary color
Monochromatic Colors of #1A4931
Black with #1A4931
Text Example
Text Example
White with #1A4931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4931; }
p { color: rgb(26,73,49); }
H1.HeaderClassName
{
color: #1A4931;
}
.AnyTagClassName
{
color: #1A4931;
}
</style>
background-color css
<style>
a { background-color: #1A4931; }
a { background-color: rgb(26,73,49); }
div.DivClassName
{
background-color: #1A4931;
}
.BgClassName
{
background-color: #1A4931;
}
</style>
border-color css
<style>
span { border-color: #1A4931; }
span { border-color: rgb(26,73,49); }
td.TdClassName
{
border-color: #1A4931;
}
.TagClassName
{
border-color: #1A4931;
}
</style>