#17402E

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

Shades of Zuccini #17402E

Tints of Zuccini #17402E

Color information

#17402E (or 0x17402E) is unknown color: approx Zuccini. HEX triplet: 17, 40 and 2E. RGB value is (23,64,46). Sum of RGB (Red+Green+Blue) = 23+64+46=133 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.29% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #17402E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17402E is #E8BFD1. Grayscale: #313131. Windows color (decimal): -15253458 or 3031063. OLE color: 3031063.

HSL color Cylindrical-coordinate representation of color #17402E: hue angle of 153.66º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #17402E is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB236446-
CMYK0.6400.280.75
HSL153.66º47.13%17.06%-
HSV(B)153.66º64.06%25.1%-
XYZ2.684.053.22-
YUV49.69125.92108.96-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.29%
GREEN value IS 64 (25.39% from 255) = 48.12%
BLUE value IS 46 (18.36% from 255) = 34.59%
R=17.29%
G=48.12%
B=34.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2364460.6400.280.75153.6647.1317.06
Hex17402E4001C4B9a2f11
Octal27100561000341132325721
Binary101111000000101110100000001110010010111001101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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