Shades of Zuccini #154C27
Tints of Zuccini #154C27
RGB
CMYK
RGB Variations
Color information
#154C27 (or 0x154C27) is known color: Zuccini. HEX triplet: 15, 4C and 27. RGB value is (21,76,39). Sum of RGB (Red+Green+Blue) = 21+76+39=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 76 (30.08% from 255 or 55.88% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 76 - color contains mainly: green. Hex color #154C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154C27 is #EAB3D8. Grayscale: #373737. Windows color (decimal): -15381465 or 2575381. OLE color: 2575381.
HSL color Cylindrical-coordinate representation of color #154C27: hue angle of 139.64º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154C27 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 76 | 39 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.70 |
| HSL | 139.64º | 0.57% | 0.19% | - |
| HSV(B) | 139.64º | 0.72% | 0.3% | - |
| XYZ | 3.26 | 5.47 | 2.8 | - |
| YUV | 55.34 | 118.78 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 39 | 0.72 | 0 | 0.49 | 0.70 | 139.64 | 0.57 | 0.19 |
| Hex | 15 | 4C | 27 | 48 | 0 | 31 | 46 | 8C | 39 | 13 |
| Octal | 25 | 114 | 47 | 110 | 0 | 61 | 106 | 214 | 71 | 23 |
| Binary | 10101 | 1001100 | 100111 | 1001000 | 0 | 110001 | 1000110 | 10001100 | 111001 | 10011 |
Color Harmonies of #154C27
Complementary color
Monochromatic Colors of #154C27
Black with #154C27
Text Example
Text Example
White with #154C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154C27; }
p { color: rgb(21,76,39); }
H1.HeaderClassName
{
color: #154C27;
}
.AnyTagClassName
{
color: #154C27;
}
</style>
background-color css
<style>
a { background-color: #154C27; }
a { background-color: rgb(21,76,39); }
div.DivClassName
{
background-color: #154C27;
}
.BgClassName
{
background-color: #154C27;
}
</style>
border-color css
<style>
span { border-color: #154C27; }
span { border-color: rgb(21,76,39); }
td.TdClassName
{
border-color: #154C27;
}
.TagClassName
{
border-color: #154C27;
}
</style>