Shades of Zuccini #15422A
Tints of Zuccini #15422A
RGB
CMYK
RGB Variations
Color information
#15422A (or 0x15422A) is known color: Zuccini. HEX triplet: 15, 42 and 2A. RGB value is (21,66,42). Sum of RGB (Red+Green+Blue) = 21+66+42=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #15422A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15422A is #EABDD5. Grayscale: #313131. Windows color (decimal): -15384022 or 2769429. OLE color: 2769429.
HSL color Cylindrical-coordinate representation of color #15422A: hue angle of 148º 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 #15422A is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 21 | 66 | 42 | - |
| CMYK | 0.68 | 0 | 0.36 | 0.74 |
| HSL | 148º | 0.52% | 0.17% | - |
| HSV(B) | 148º | 0.68% | 0.26% | - |
| XYZ | 2.68 | 4.22 | 2.86 | - |
| YUV | 49.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 42 | 0.68 | 0 | 0.36 | 0.74 | 148 | 0.52 | 0.17 |
| Hex | 15 | 42 | 2A | 44 | 0 | 24 | 4A | 94 | 34 | 11 |
| Octal | 25 | 102 | 52 | 104 | 0 | 44 | 112 | 224 | 64 | 21 |
| Binary | 10101 | 1000010 | 101010 | 1000100 | 0 | 100100 | 1001010 | 10010100 | 110100 | 10001 |
Color Harmonies of #15422A
Complementary color
Monochromatic Colors of #15422A
Black with #15422A
Text Example
Text Example
White with #15422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15422A; }
p { color: rgb(21,66,42); }
H1.HeaderClassName
{
color: #15422A;
}
.AnyTagClassName
{
color: #15422A;
}
</style>
background-color css
<style>
a { background-color: #15422A; }
a { background-color: rgb(21,66,42); }
div.DivClassName
{
background-color: #15422A;
}
.BgClassName
{
background-color: #15422A;
}
</style>
border-color css
<style>
span { border-color: #15422A; }
span { border-color: rgb(21,66,42); }
td.TdClassName
{
border-color: #15422A;
}
.TagClassName
{
border-color: #15422A;
}
</style>