#0D4428

Color #0D4428 Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #0D4428

Tints of Zuccini #0D4428

Color information

#0D4428 (or 0x0D4428) is unknown color: approx Zuccini. HEX triplet: 0D, 44 and 28. RGB value is (13,68,40). Sum of RGB (Red+Green+Blue) = 13+68+40=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 68 (26.95% from 255 or 56.20% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 68 - color contains mainly: green. Hex color #0D4428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4428 is #F2BBD7. Grayscale: #303030. Windows color (decimal): -15907800 or 2638861. OLE color: 2638861.

HSL color Cylindrical-coordinate representation of color #0D4428: hue angle of 149.45º degrees, saturation: 0.68, 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 #0D4428 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB136840-
CMYK0.8100.410.73
HSL149.45º67.9%15.88%-
HSV(B)149.45º80.88%26.67%-
XYZ2.624.372.71-
YUV48.36123.28102.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 10.74%
GREEN value IS 68 (26.95% from 255) = 56.20%
BLUE value IS 40 (16.02% from 255) = 33.06%
R=10.74%
G=56.20%
B=33.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1368400.8100.410.73149.4567.915.88
HexD44285102949954410
Octal151045012105111122510420
Binary1101100010010100010100010101001100100110010101100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D4428; }

 p { color: rgb(13,68,40); }

 H1.HeaderClassName
 {
   color: #0D4428;
 }
 .AnyTagClassName
 {
   color: #0D4428;
 }
</style>
background-color css

<style>
 a { background-color: #0D4428; }

 a { background-color: rgb(13,68,40); }

 div.DivClassName
 {
   background-color: #0D4428;
 }
 .BgClassName
 {
   background-color: #0D4428;
 }
</style>
border-color css

<style>
 span { border-color: #0D4428; }

 span { border-color: rgb(13,68,40); }

 td.TdClassName
 {
   border-color: #0D4428;
 }
 .TagClassName
 {
   border-color: #0D4428;
 }
</style>