#17442D

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

Shades of Zuccini #17442D

Tints of Zuccini #17442D

Color information

#17442D (or 0x17442D) is unknown color: approx Zuccini. HEX triplet: 17, 44 and 2D. RGB value is (23,68,45). Sum of RGB (Red+Green+Blue) = 23+68+45=136 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.91% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #17442D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17442D is #E8BBD2. Grayscale: #333333. Windows color (decimal): -15252435 or 2966551. OLE color: 2966551.

HSL color Cylindrical-coordinate representation of color #17442D: hue angle of 149.33º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #17442D is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB236845-
CMYK0.6600.340.73
HSL149.33º49.45%17.84%-
HSV(B)149.33º66.18%26.67%-
XYZ2.894.513.2-
YUV51.92124.09107.37-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.91%
GREEN value IS 68 (26.95% from 255) = 50%
BLUE value IS 45 (17.97% from 255) = 33.09%
R=16.91%
G=50%
B=33.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2368450.6600.340.73149.3349.4517.84
Hex17442D4202249953112
Octal27104551020421112256122
Binary1011110001001011011000010010001010010011001010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,68,45); }

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

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

 a { background-color: rgb(23,68,45); }

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

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

 span { border-color: rgb(23,68,45); }

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