Shades of Zuccini #194B28
Tints of Zuccini #194B28
RGB
CMYK
RGB Variations
Color information
#194B28 (or 0x194B28) is known color: Zuccini. HEX triplet: 19, 4B and 28. RGB value is (25,75,40). Sum of RGB (Red+Green+Blue) = 25+75+40=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 75 (29.69% from 255 or 53.57% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 75 - color contains mainly: green. Hex color #194B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B28 is #E6B4D7. Grayscale: #383838. Windows color (decimal): -15119576 or 2640665. OLE color: 2640665.
HSL color Cylindrical-coordinate representation of color #194B28: hue angle of 138º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194B28 is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 75 | 40 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.71 |
| HSL | 138º | 0.5% | 0.2% | - |
| HSV(B) | 138º | 0.67% | 0.29% | - |
| XYZ | 3.3 | 5.39 | 2.87 | - |
| YUV | 56.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 40 | 0.67 | 0 | 0.47 | 0.71 | 138 | 0.5 | 0.2 |
| Hex | 19 | 4B | 28 | 43 | 0 | 2F | 47 | 8A | 32 | 14 |
| Octal | 31 | 113 | 50 | 103 | 0 | 57 | 107 | 212 | 62 | 24 |
| Binary | 11001 | 1001011 | 101000 | 1000011 | 0 | 101111 | 1000111 | 10001010 | 110010 | 10100 |
Color Harmonies of #194B28
Complementary color
Monochromatic Colors of #194B28
Black with #194B28
Text Example
Text Example
White with #194B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B28; }
p { color: rgb(25,75,40); }
H1.HeaderClassName
{
color: #194B28;
}
.AnyTagClassName
{
color: #194B28;
}
</style>
background-color css
<style>
a { background-color: #194B28; }
a { background-color: rgb(25,75,40); }
div.DivClassName
{
background-color: #194B28;
}
.BgClassName
{
background-color: #194B28;
}
</style>
border-color css
<style>
span { border-color: #194B28; }
span { border-color: rgb(25,75,40); }
td.TdClassName
{
border-color: #194B28;
}
.TagClassName
{
border-color: #194B28;
}
</style>