#17442E

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

Shades of Zuccini #17442E

Tints of Zuccini #17442E

Color information

#17442E (or 0x17442E) is unknown color: approx Zuccini. HEX triplet: 17, 44 and 2E. RGB value is (23,68,46). Sum of RGB (Red+Green+Blue) = 23+68+46=137 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.79% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #17442E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17442E is #E8BBD1. Grayscale: #343434. Windows color (decimal): -15252434 or 3032087. OLE color: 3032087.

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

Color convert

RGB236846-
CMYK0.6600.320.73
HSL150.67º49.45%17.84%-
HSV(B)150.67º66.18%26.67%-
XYZ2.914.513.3-
YUV52.04124.59107.29-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.79%
GREEN value IS 68 (26.95% from 255) = 49.64%
BLUE value IS 46 (18.36% from 255) = 33.58%
R=16.79%
G=49.64%
B=33.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2368460.6600.320.73150.6749.4517.84
Hex17442E4202049973112
Octal27104561020401112276122
Binary1011110001001011101000010010000010010011001011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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