Shades of Zuccini #0B462F
Tints of Zuccini #0B462F
RGB
CMYK
RGB Variations
Color information
#0B462F (or 0x0B462F) is known color: Zuccini. HEX triplet: 0B, 46 and 2F. RGB value is (11,70,47). Sum of RGB (Red+Green+Blue) = 11+70+47=128 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.59% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #0B462F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B462F is #F4B9D0. Grayscale: #313131. Windows color (decimal): -16038353 or 3098123. OLE color: 3098123.
HSL color Cylindrical-coordinate representation of color #0B462F: hue angle of 156.61º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B462F is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 70 | 47 | - |
| CMYK | 0.84 | 0 | 0.33 | 0.73 |
| HSL | 156.61º | 0.73% | 0.16% | - |
| HSV(B) | 156.61º | 0.84% | 0.27% | - |
| XYZ | 2.84 | 4.66 | 3.44 | - |
| YUV | 49.74 | 126.45 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 70 | 47 | 0.84 | 0 | 0.33 | 0.73 | 156.61 | 0.73 | 0.16 |
| Hex | B | 46 | 2F | 54 | 0 | 21 | 49 | 9D | 49 | 10 |
| Octal | 13 | 106 | 57 | 124 | 0 | 41 | 111 | 235 | 111 | 20 |
| Binary | 1011 | 1000110 | 101111 | 1010100 | 0 | 100001 | 1001001 | 10011101 | 1001001 | 10000 |
Color Harmonies of #0B462F
Complementary color
Monochromatic Colors of #0B462F
Black with #0B462F
Text Example
Text Example
White with #0B462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B462F; }
p { color: rgb(11,70,47); }
H1.HeaderClassName
{
color: #0B462F;
}
.AnyTagClassName
{
color: #0B462F;
}
</style>
background-color css
<style>
a { background-color: #0B462F; }
a { background-color: rgb(11,70,47); }
div.DivClassName
{
background-color: #0B462F;
}
.BgClassName
{
background-color: #0B462F;
}
</style>
border-color css
<style>
span { border-color: #0B462F; }
span { border-color: rgb(11,70,47); }
td.TdClassName
{
border-color: #0B462F;
}
.TagClassName
{
border-color: #0B462F;
}
</style>