Shades of Zuccini #124B25
Tints of Zuccini #124B25
RGB
CMYK
RGB Variations
Color information
#124B25 (or 0x124B25) is known color: Zuccini. HEX triplet: 12, 4B and 25. RGB value is (18,75,37). Sum of RGB (Red+Green+Blue) = 18+75+37=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 75 (29.69% from 255 or 57.69% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 75 - color contains mainly: green. Hex color #124B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124B25 is #EDB4DA. Grayscale: #353535. Windows color (decimal): -15578331 or 2444050. OLE color: 2444050.
HSL color Cylindrical-coordinate representation of color #124B25: hue angle of 140º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124B25 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 75 | 37 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.71 |
| HSL | 140º | 0.61% | 0.18% | - |
| HSV(B) | 140º | 0.76% | 0.29% | - |
| XYZ | 3.1 | 5.29 | 2.61 | - |
| YUV | 53.63 | 118.62 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 37 | 0.76 | 0 | 0.51 | 0.71 | 140 | 0.61 | 0.18 |
| Hex | 12 | 4B | 25 | 4C | 0 | 33 | 47 | 8C | 3D | 12 |
| Octal | 22 | 113 | 45 | 114 | 0 | 63 | 107 | 214 | 75 | 22 |
| Binary | 10010 | 1001011 | 100101 | 1001100 | 0 | 110011 | 1000111 | 10001100 | 111101 | 10010 |
Color Harmonies of #124B25
Complementary color
Monochromatic Colors of #124B25
Black with #124B25
Text Example
Text Example
White with #124B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B25; }
p { color: rgb(18,75,37); }
H1.HeaderClassName
{
color: #124B25;
}
.AnyTagClassName
{
color: #124B25;
}
</style>
background-color css
<style>
a { background-color: #124B25; }
a { background-color: rgb(18,75,37); }
div.DivClassName
{
background-color: #124B25;
}
.BgClassName
{
background-color: #124B25;
}
</style>
border-color css
<style>
span { border-color: #124B25; }
span { border-color: rgb(18,75,37); }
td.TdClassName
{
border-color: #124B25;
}
.TagClassName
{
border-color: #124B25;
}
</style>