#17442B

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

Shades of Zuccini #17442B

Tints of Zuccini #17442B

Color information

#17442B (or 0x17442B) is unknown color: approx Zuccini. HEX triplet: 17, 44 and 2B. RGB value is (23,68,43). Sum of RGB (Red+Green+Blue) = 23+68+43=134 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.16% from 134); Green value is 68 (26.95% from 255 or 50.75% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 68 - color contains mainly: green. Hex color #17442B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17442B is #E8BBD4. Grayscale: #333333. Windows color (decimal): -15252437 or 2835479. OLE color: 2835479.

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

Color convert

RGB236843-
CMYK0.6600.370.73
HSL146.67º49.45%17.84%-
HSV(B)146.67º66.18%26.67%-
XYZ2.864.493-
YUV51.7123.09107.53-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.16%
GREEN value IS 68 (26.95% from 255) = 50.75%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=17.16%
G=50.75%
B=32.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2368430.6600.370.73146.6749.4517.84
Hex17442B4202549933112
Octal27104531020451112236122
Binary1011110001001010111000010010010110010011001001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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