Shades of Zuccini #0B4E30
Tints of Zuccini #0B4E30
RGB
CMYK
RGB Variations
Color information
#0B4E30 (or 0x0B4E30) is known color: Zuccini. HEX triplet: 0B, 4E and 30. RGB value is (11,78,48). Sum of RGB (Red+Green+Blue) = 11+78+48=137 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.03% from 137); Green value is 78 (30.86% from 255 or 56.93% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 78 - color contains mainly: green. Hex color #0B4E30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B4E30 is #F4B1CF. Grayscale: #363636. Windows color (decimal): -16036304 or 3165707. OLE color: 3165707.
HSL color Cylindrical-coordinate representation of color #0B4E30: hue angle of 153.13º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4E30 is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 78 | 48 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.69 |
| HSL | 153.13º | 0.75% | 0.17% | - |
| HSV(B) | 153.13º | 0.86% | 0.31% | - |
| XYZ | 3.4 | 5.73 | 3.72 | - |
| YUV | 54.55 | 124.3 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 78 | 48 | 0.86 | 0 | 0.38 | 0.69 | 153.13 | 0.75 | 0.17 |
| Hex | B | 4E | 30 | 56 | 0 | 26 | 45 | 99 | 4B | 11 |
| Octal | 13 | 116 | 60 | 126 | 0 | 46 | 105 | 231 | 113 | 21 |
| Binary | 1011 | 1001110 | 110000 | 1010110 | 0 | 100110 | 1000101 | 10011001 | 1001011 | 10001 |
Color Harmonies of #0B4E30
Complementary color
Monochromatic Colors of #0B4E30
Black with #0B4E30
Text Example
Text Example
White with #0B4E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4E30; }
p { color: rgb(11,78,48); }
H1.HeaderClassName
{
color: #0B4E30;
}
.AnyTagClassName
{
color: #0B4E30;
}
</style>
background-color css
<style>
a { background-color: #0B4E30; }
a { background-color: rgb(11,78,48); }
div.DivClassName
{
background-color: #0B4E30;
}
.BgClassName
{
background-color: #0B4E30;
}
</style>
border-color css
<style>
span { border-color: #0B4E30; }
span { border-color: rgb(11,78,48); }
td.TdClassName
{
border-color: #0B4E30;
}
.TagClassName
{
border-color: #0B4E30;
}
</style>