Shades of Zuccini #134925
Tints of Zuccini #134925
RGB
CMYK
RGB Variations
Color information
#134925 (or 0x134925) is known color: Zuccini. HEX triplet: 13, 49 and 25. RGB value is (19,73,37). Sum of RGB (Red+Green+Blue) = 19+73+37=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 73 (28.91% from 255 or 56.59% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 73 - color contains mainly: green. Hex color #134925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134925 is #ECB6DA. Grayscale: #343434. Windows color (decimal): -15513307 or 2443539. OLE color: 2443539.
HSL color Cylindrical-coordinate representation of color #134925: hue angle of 140º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134925 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 73 | 37 | - |
| CMYK | 0.74 | 0 | 0.49 | 0.71 |
| HSL | 140º | 0.59% | 0.18% | - |
| HSV(B) | 140º | 0.74% | 0.29% | - |
| XYZ | 2.99 | 5.04 | 2.57 | - |
| YUV | 52.75 | 119.11 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 37 | 0.74 | 0 | 0.49 | 0.71 | 140 | 0.59 | 0.18 |
| Hex | 13 | 49 | 25 | 4A | 0 | 31 | 47 | 8C | 3B | 12 |
| Octal | 23 | 111 | 45 | 112 | 0 | 61 | 107 | 214 | 73 | 22 |
| Binary | 10011 | 1001001 | 100101 | 1001010 | 0 | 110001 | 1000111 | 10001100 | 111011 | 10010 |
Color Harmonies of #134925
Complementary color
Monochromatic Colors of #134925
Black with #134925
Text Example
Text Example
White with #134925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134925; }
p { color: rgb(19,73,37); }
H1.HeaderClassName
{
color: #134925;
}
.AnyTagClassName
{
color: #134925;
}
</style>
background-color css
<style>
a { background-color: #134925; }
a { background-color: rgb(19,73,37); }
div.DivClassName
{
background-color: #134925;
}
.BgClassName
{
background-color: #134925;
}
</style>
border-color css
<style>
span { border-color: #134925; }
span { border-color: rgb(19,73,37); }
td.TdClassName
{
border-color: #134925;
}
.TagClassName
{
border-color: #134925;
}
</style>