#174428

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

Shades of Zuccini #174428

Tints of Zuccini #174428

Color information

#174428 (or 0x174428) is unknown color: approx Zuccini. HEX triplet: 17, 44 and 28. RGB value is (23,68,40). Sum of RGB (Red+Green+Blue) = 23+68+40=131 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.56% from 131); Green value is 68 (26.95% from 255 or 51.91% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 68 - color contains mainly: green. Hex color #174428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174428 is #E8BBD7. Grayscale: #333333. Windows color (decimal): -15252440 or 2638871. OLE color: 2638871.

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

Color convert

RGB236840-
CMYK0.6600.410.73
HSL142.67º49.45%17.84%-
HSV(B)142.67º66.18%26.67%-
XYZ2.84.472.72-
YUV51.35121.59107.78-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.56%
GREEN value IS 68 (26.95% from 255) = 51.91%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=17.56%
G=51.91%
B=30.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2368400.6600.410.73142.6749.4517.84
Hex17442842029498f3112
Octal27104501020511112176122
Binary1011110001001010001000010010100110010011000111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174428; }

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

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

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

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

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

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

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

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