Shades of Zuccini #15422E
Tints of Zuccini #15422E
RGB
CMYK
RGB Variations
Color information
#15422E (or 0x15422E) is known color: Zuccini. HEX triplet: 15, 42 and 2E. RGB value is (21,66,46). Sum of RGB (Red+Green+Blue) = 21+66+46=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #15422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15422E is #EABDD1. Grayscale: #323232. Windows color (decimal): -15384018 or 3031573. OLE color: 3031573.
HSL color Cylindrical-coordinate representation of color #15422E: hue angle of 153.33º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #15422E is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 21 | 66 | 46 | - |
| CMYK | 0.68 | 0 | 0.30 | 0.74 |
| HSL | 153.33º | 0.52% | 0.17% | - |
| HSV(B) | 153.33º | 0.68% | 0.26% | - |
| XYZ | 2.75 | 4.25 | 3.26 | - |
| YUV | 50.27 | 125.59 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 46 | 0.68 | 0 | 0.30 | 0.74 | 153.33 | 0.52 | 0.17 |
| Hex | 15 | 42 | 2E | 44 | 0 | 1E | 4A | 99 | 34 | 11 |
| Octal | 25 | 102 | 56 | 104 | 0 | 36 | 112 | 231 | 64 | 21 |
| Binary | 10101 | 1000010 | 101110 | 1000100 | 0 | 11110 | 1001010 | 10011001 | 110100 | 10001 |
Color Harmonies of #15422E
Complementary color
Monochromatic Colors of #15422E
Black with #15422E
Text Example
Text Example
White with #15422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15422E; }
p { color: rgb(21,66,46); }
H1.HeaderClassName
{
color: #15422E;
}
.AnyTagClassName
{
color: #15422E;
}
</style>
background-color css
<style>
a { background-color: #15422E; }
a { background-color: rgb(21,66,46); }
div.DivClassName
{
background-color: #15422E;
}
.BgClassName
{
background-color: #15422E;
}
</style>
border-color css
<style>
span { border-color: #15422E; }
span { border-color: rgb(21,66,46); }
td.TdClassName
{
border-color: #15422E;
}
.TagClassName
{
border-color: #15422E;
}
</style>