#11422D

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

Shades of Zuccini #11422D

Tints of Zuccini #11422D

Color information

#11422D (or 0x11422D) is unknown color: approx Zuccini. HEX triplet: 11, 42 and 2D. RGB value is (17,66,45). Sum of RGB (Red+Green+Blue) = 17+66+45=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #11422D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11422D is #EEBDD2. Grayscale: #303030. Windows color (decimal): -15646163 or 2966033. OLE color: 2966033.

HSL color Cylindrical-coordinate representation of color #11422D: hue angle of 154.29º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #11422D is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB176645-
CMYK0.7400.320.74
HSL154.29º59.04%16.27%-
HSV(B)154.29º74.24%25.88%-
XYZ2.654.213.15-
YUV48.96125.77105.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.28%
GREEN value IS 66 (26.17% from 255) = 51.56%
BLUE value IS 45 (17.97% from 255) = 35.16%
R=13.28%
G=51.56%
B=35.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1766450.7400.320.74154.2959.0416.27
Hex11422D4A0204A9a3b10
Octal21102551120401122327320
Binary1000110000101011011001010010000010010101001101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11422D; }

 p { color: rgb(17,66,45); }

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

<style>
 a { background-color: #11422D; }

 a { background-color: rgb(17,66,45); }

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

<style>
 span { border-color: #11422D; }

 span { border-color: rgb(17,66,45); }

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