#17452C

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

Shades of Zuccini #17452C

Tints of Zuccini #17452C

Color information

#17452C (or 0x17452C) is unknown color: approx Zuccini. HEX triplet: 17, 45 and 2C. RGB value is (23,69,44). Sum of RGB (Red+Green+Blue) = 23+69+44=136 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.91% from 136); Green value is 69 (27.34% from 255 or 50.74% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 69 - color contains mainly: green. Hex color #17452C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17452C is #E8BAD3. Grayscale: #343434. Windows color (decimal): -15252180 or 2901271. OLE color: 2901271.

HSL color Cylindrical-coordinate representation of color #17452C: hue angle of 147.39º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #17452C is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB236944-
CMYK0.6700.360.73
HSL147.39º50%18.04%-
HSV(B)147.39º66.67%27.06%-
XYZ2.944.623.12-
YUV52.4123.26107.03-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.91%
GREEN value IS 69 (27.34% from 255) = 50.74%
BLUE value IS 44 (17.58% from 255) = 32.35%
R=16.91%
G=50.74%
B=32.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2369440.6700.360.73147.395018.04
Hex17452C4302449933212
Octal27105541030441112236222
Binary1011110001011011001000011010010010010011001001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17452C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17452C; }

 p { color: rgb(23,69,44); }

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

<style>
 a { background-color: #17452C; }

 a { background-color: rgb(23,69,44); }

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

<style>
 span { border-color: #17452C; }

 span { border-color: rgb(23,69,44); }

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