Shades of Zuccini #133F28
Tints of Zuccini #133F28
RGB
CMYK
RGB Variations
Color information
#133F28 (or 0x133F28) is known color: Zuccini. HEX triplet: 13, 3F and 28. RGB value is (19,63,40). Sum of RGB (Red+Green+Blue) = 19+63+40=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 63 (25% from 255 or 51.64% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 63 - color contains mainly: green. Hex color #133F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F28 is #ECC0D7. Grayscale: #2F2F2F. Windows color (decimal): -15515864 or 2637587. OLE color: 2637587.
HSL color Cylindrical-coordinate representation of color #133F28: hue angle of 148.64º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #133F28 is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 63 | 40 | - |
| CMYK | 0.70 | 0 | 0.37 | 0.75 |
| HSL | 148.64º | 0.54% | 0.16% | - |
| HSV(B) | 148.64º | 0.7% | 0.25% | - |
| XYZ | 2.43 | 3.85 | 2.62 | - |
| YUV | 47.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 40 | 0.70 | 0 | 0.37 | 0.75 | 148.64 | 0.54 | 0.16 |
| Hex | 13 | 3F | 28 | 46 | 0 | 25 | 4B | 95 | 36 | 10 |
| Octal | 23 | 77 | 50 | 106 | 0 | 45 | 113 | 225 | 66 | 20 |
| Binary | 10011 | 111111 | 101000 | 1000110 | 0 | 100101 | 1001011 | 10010101 | 110110 | 10000 |
Color Harmonies of #133F28
Complementary color
Monochromatic Colors of #133F28
Black with #133F28
Text Example
Text Example
White with #133F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F28; }
p { color: rgb(19,63,40); }
H1.HeaderClassName
{
color: #133F28;
}
.AnyTagClassName
{
color: #133F28;
}
</style>
background-color css
<style>
a { background-color: #133F28; }
a { background-color: rgb(19,63,40); }
div.DivClassName
{
background-color: #133F28;
}
.BgClassName
{
background-color: #133F28;
}
</style>
border-color css
<style>
span { border-color: #133F28; }
span { border-color: rgb(19,63,40); }
td.TdClassName
{
border-color: #133F28;
}
.TagClassName
{
border-color: #133F28;
}
</style>