Shades of Zuccini #0F4D23
Tints of Zuccini #0F4D23
RGB
CMYK
RGB Variations
Color information
#0F4D23 (or 0x0F4D23) is known color: Zuccini. HEX triplet: 0F, 4D and 23. RGB value is (15,77,35). Sum of RGB (Red+Green+Blue) = 15+77+35=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 77 (30.47% from 255 or 60.63% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 77 - color contains mainly: green. Hex color #0F4D23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F4D23 is #F0B2DC. Grayscale: #353535. Windows color (decimal): -15774429 or 2313487. OLE color: 2313487.
HSL color Cylindrical-coordinate representation of color #0F4D23: hue angle of 139.35º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F4D23 is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 77 | 35 | - |
| CMYK | 0.81 | 0 | 0.55 | 0.70 |
| HSL | 139.35º | 0.67% | 0.18% | - |
| HSV(B) | 139.35º | 0.81% | 0.3% | - |
| XYZ | 3.15 | 5.53 | 2.49 | - |
| YUV | 53.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 77 | 35 | 0.81 | 0 | 0.55 | 0.70 | 139.35 | 0.67 | 0.18 |
| Hex | F | 4D | 23 | 51 | 0 | 37 | 46 | 8B | 43 | 12 |
| Octal | 17 | 115 | 43 | 121 | 0 | 67 | 106 | 213 | 103 | 22 |
| Binary | 1111 | 1001101 | 100011 | 1010001 | 0 | 110111 | 1000110 | 10001011 | 1000011 | 10010 |
Color Harmonies of #0F4D23
Complementary color
Monochromatic Colors of #0F4D23
Black with #0F4D23
Text Example
Text Example
White with #0F4D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4D23; }
p { color: rgb(15,77,35); }
H1.HeaderClassName
{
color: #0F4D23;
}
.AnyTagClassName
{
color: #0F4D23;
}
</style>
background-color css
<style>
a { background-color: #0F4D23; }
a { background-color: rgb(15,77,35); }
div.DivClassName
{
background-color: #0F4D23;
}
.BgClassName
{
background-color: #0F4D23;
}
</style>
border-color css
<style>
span { border-color: #0F4D23; }
span { border-color: rgb(15,77,35); }
td.TdClassName
{
border-color: #0F4D23;
}
.TagClassName
{
border-color: #0F4D23;
}
</style>