Shades of Zuccini #0D432B
Tints of Zuccini #0D432B
RGB
CMYK
RGB Variations
Color information
#0D432B (or 0x0D432B) is known color: Zuccini. HEX triplet: 0D, 43 and 2B. RGB value is (13,67,43). Sum of RGB (Red+Green+Blue) = 13+67+43=123 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.57% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #0D432B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D432B is #F2BCD4. Grayscale: #303030. Windows color (decimal): -15908053 or 2835213. OLE color: 2835213.
HSL color Cylindrical-coordinate representation of color #0D432B: hue angle of 153.33º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D432B is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 67 | 43 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.74 |
| HSL | 153.33º | 0.68% | 0.16% | - |
| HSV(B) | 153.33º | 0.81% | 0.26% | - |
| XYZ | 2.61 | 4.27 | 2.97 | - |
| YUV | 48.12 | 125.11 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 67 | 43 | 0.81 | 0 | 0.36 | 0.74 | 153.33 | 0.68 | 0.16 |
| Hex | D | 43 | 2B | 51 | 0 | 24 | 4A | 99 | 44 | 10 |
| Octal | 15 | 103 | 53 | 121 | 0 | 44 | 112 | 231 | 104 | 20 |
| Binary | 1101 | 1000011 | 101011 | 1010001 | 0 | 100100 | 1001010 | 10011001 | 1000100 | 10000 |
Color Harmonies of #0D432B
Complementary color
Monochromatic Colors of #0D432B
Black with #0D432B
Text Example
Text Example
White with #0D432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D432B; }
p { color: rgb(13,67,43); }
H1.HeaderClassName
{
color: #0D432B;
}
.AnyTagClassName
{
color: #0D432B;
}
</style>
background-color css
<style>
a { background-color: #0D432B; }
a { background-color: rgb(13,67,43); }
div.DivClassName
{
background-color: #0D432B;
}
.BgClassName
{
background-color: #0D432B;
}
</style>
border-color css
<style>
span { border-color: #0D432B; }
span { border-color: rgb(13,67,43); }
td.TdClassName
{
border-color: #0D432B;
}
.TagClassName
{
border-color: #0D432B;
}
</style>