#17412D

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

Shades of Zuccini #17412D

Tints of Zuccini #17412D

Color information

#17412D (or 0x17412D) is unknown color: approx Zuccini. HEX triplet: 17, 41 and 2D. RGB value is (23,65,45). Sum of RGB (Red+Green+Blue) = 23+65+45=133 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.29% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #17412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17412D is #E8BED2. Grayscale: #323232. Windows color (decimal): -15253203 or 2965783. OLE color: 2965783.

HSL color Cylindrical-coordinate representation of color #17412D: hue angle of 151.43º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #17412D is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB236545-
CMYK0.6500.310.75
HSL151.43º47.73%17.25%-
HSV(B)151.43º64.62%25.49%-
XYZ2.724.153.14-
YUV50.16125.09108.63-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.29%
GREEN value IS 65 (25.78% from 255) = 48.87%
BLUE value IS 45 (17.97% from 255) = 33.83%
R=17.29%
G=48.87%
B=33.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2365450.6500.310.75151.4347.7317.25
Hex17412D4101F4B973011
Octal27101551010371132276021
Binary101111000001101101100000101111110010111001011111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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