Shades of Zuccini #0D462A
Tints of Zuccini #0D462A
RGB
CMYK
RGB Variations
Color information
#0D462A (or 0x0D462A) is known color: Zuccini. HEX triplet: 0D, 46 and 2A. RGB value is (13,70,42). Sum of RGB (Red+Green+Blue) = 13+70+42=125 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.4% from 125); Green value is 70 (27.73% from 255 or 56% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 70 - color contains mainly: green. Hex color #0D462A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D462A is #F2B9D5. Grayscale: #313131. Windows color (decimal): -15907286 or 2770445. OLE color: 2770445.
HSL color Cylindrical-coordinate representation of color #0D462A: hue angle of 150.53º 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 #0D462A is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 70 | 42 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.73 |
| HSL | 150.53º | 0.69% | 0.16% | - |
| HSV(B) | 150.53º | 0.81% | 0.27% | - |
| XYZ | 2.77 | 4.63 | 2.94 | - |
| YUV | 49.77 | 123.62 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 70 | 42 | 0.81 | 0 | 0.40 | 0.73 | 150.53 | 0.69 | 0.16 |
| Hex | D | 46 | 2A | 51 | 0 | 28 | 49 | 97 | 45 | 10 |
| Octal | 15 | 106 | 52 | 121 | 0 | 50 | 111 | 227 | 105 | 20 |
| Binary | 1101 | 1000110 | 101010 | 1010001 | 0 | 101000 | 1001001 | 10010111 | 1000101 | 10000 |
Color Harmonies of #0D462A
Complementary color
Monochromatic Colors of #0D462A
Black with #0D462A
Text Example
Text Example
White with #0D462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D462A; }
p { color: rgb(13,70,42); }
H1.HeaderClassName
{
color: #0D462A;
}
.AnyTagClassName
{
color: #0D462A;
}
</style>
background-color css
<style>
a { background-color: #0D462A; }
a { background-color: rgb(13,70,42); }
div.DivClassName
{
background-color: #0D462A;
}
.BgClassName
{
background-color: #0D462A;
}
</style>
border-color css
<style>
span { border-color: #0D462A; }
span { border-color: rgb(13,70,42); }
td.TdClassName
{
border-color: #0D462A;
}
.TagClassName
{
border-color: #0D462A;
}
</style>