Shades of Zuccini #0D462B
Tints of Zuccini #0D462B
RGB
CMYK
RGB Variations
Color information
#0D462B (or 0x0D462B) is known color: Zuccini. HEX triplet: 0D, 46 and 2B. RGB value is (13,70,43). Sum of RGB (Red+Green+Blue) = 13+70+43=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #0D462B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D462B is #F2B9D4. Grayscale: #313131. Windows color (decimal): -15907285 or 2835981. OLE color: 2835981.
HSL color Cylindrical-coordinate representation of color #0D462B: hue angle of 151.58º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D462B is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 70 | 43 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.73 |
| HSL | 151.58º | 0.69% | 0.16% | - |
| HSV(B) | 151.58º | 0.81% | 0.27% | - |
| XYZ | 2.79 | 4.64 | 3.03 | - |
| YUV | 49.88 | 124.12 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 70 | 43 | 0.81 | 0 | 0.39 | 0.73 | 151.58 | 0.69 | 0.16 |
| Hex | D | 46 | 2B | 51 | 0 | 27 | 49 | 98 | 45 | 10 |
| Octal | 15 | 106 | 53 | 121 | 0 | 47 | 111 | 230 | 105 | 20 |
| Binary | 1101 | 1000110 | 101011 | 1010001 | 0 | 100111 | 1001001 | 10011000 | 1000101 | 10000 |
Color Harmonies of #0D462B
Complementary color
Monochromatic Colors of #0D462B
Black with #0D462B
Text Example
Text Example
White with #0D462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D462B; }
p { color: rgb(13,70,43); }
H1.HeaderClassName
{
color: #0D462B;
}
.AnyTagClassName
{
color: #0D462B;
}
</style>
background-color css
<style>
a { background-color: #0D462B; }
a { background-color: rgb(13,70,43); }
div.DivClassName
{
background-color: #0D462B;
}
.BgClassName
{
background-color: #0D462B;
}
</style>
border-color css
<style>
span { border-color: #0D462B; }
span { border-color: rgb(13,70,43); }
td.TdClassName
{
border-color: #0D462B;
}
.TagClassName
{
border-color: #0D462B;
}
</style>