Shades of Zuccini #124530
Tints of Zuccini #124530
RGB
CMYK
RGB Variations
Color information
#124530 (or 0x124530) is known color: Zuccini. HEX triplet: 12, 45 and 30. RGB value is (18,69,48). Sum of RGB (Red+Green+Blue) = 18+69+48=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 69 (27.34% from 255 or 51.11% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 69 - color contains mainly: green. Hex color #124530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124530 is #EDBACF. Grayscale: #333333. Windows color (decimal): -15579856 or 3163410. OLE color: 3163410.
HSL color Cylindrical-coordinate representation of color #124530: hue angle of 155.29º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124530 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 69 | 48 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.73 |
| HSL | 155.29º | 0.59% | 0.17% | - |
| HSV(B) | 155.29º | 0.74% | 0.27% | - |
| XYZ | 2.91 | 4.6 | 3.53 | - |
| YUV | 51.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 48 | 0.74 | 0 | 0.30 | 0.73 | 155.29 | 0.59 | 0.17 |
| Hex | 12 | 45 | 30 | 4A | 0 | 1E | 49 | 9B | 3B | 11 |
| Octal | 22 | 105 | 60 | 112 | 0 | 36 | 111 | 233 | 73 | 21 |
| Binary | 10010 | 1000101 | 110000 | 1001010 | 0 | 11110 | 1001001 | 10011011 | 111011 | 10001 |
Color Harmonies of #124530
Complementary color
Monochromatic Colors of #124530
Black with #124530
Text Example
Text Example
White with #124530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124530; }
p { color: rgb(18,69,48); }
H1.HeaderClassName
{
color: #124530;
}
.AnyTagClassName
{
color: #124530;
}
</style>
background-color css
<style>
a { background-color: #124530; }
a { background-color: rgb(18,69,48); }
div.DivClassName
{
background-color: #124530;
}
.BgClassName
{
background-color: #124530;
}
</style>
border-color css
<style>
span { border-color: #124530; }
span { border-color: rgb(18,69,48); }
td.TdClassName
{
border-color: #124530;
}
.TagClassName
{
border-color: #124530;
}
</style>