#17432A

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

Shades of Zuccini #17432A

Tints of Zuccini #17432A

Color information

#17432A (or 0x17432A) is unknown color: approx Zuccini. HEX triplet: 17, 43 and 2A. RGB value is (23,67,42). Sum of RGB (Red+Green+Blue) = 23+67+42=132 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.42% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #17432A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17432A is #E8BCD5. Grayscale: #333333. Windows color (decimal): -15252694 or 2769687. OLE color: 2769687.

HSL color Cylindrical-coordinate representation of color #17432A: hue angle of 145.91º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #17432A is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.74.

Color convert

RGB236742-
CMYK0.6600.370.74
HSL145.91º48.89%17.65%-
HSV(B)145.91º65.67%26.27%-
XYZ2.784.362.89-
YUV50.99122.92108.03-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.42%
GREEN value IS 67 (26.56% from 255) = 50.76%
BLUE value IS 42 (16.80% from 255) = 31.82%
R=17.42%
G=50.76%
B=31.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2367420.6600.370.74145.9148.8917.65
Hex17432A420254A923112
Octal27103521020451122226122
Binary1011110000111010101000010010010110010101001001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17432A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17432A; }

 p { color: rgb(23,67,42); }

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

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

 a { background-color: rgb(23,67,42); }

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

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

 span { border-color: rgb(23,67,42); }

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