#17452D

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

Shades of Zuccini #17452D

Tints of Zuccini #17452D

Color information

#17452D (or 0x17452D) is unknown color: approx Zuccini. HEX triplet: 17, 45 and 2D. RGB value is (23,69,45). Sum of RGB (Red+Green+Blue) = 23+69+45=137 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.79% from 137); Green value is 69 (27.34% from 255 or 50.36% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 69 - color contains mainly: green. Hex color #17452D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17452D is #E8BAD2. Grayscale: #343434. Windows color (decimal): -15252179 or 2966807. OLE color: 2966807.

HSL color Cylindrical-coordinate representation of color #17452D: hue angle of 148.7º 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 #17452D is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB236945-
CMYK0.6700.350.73
HSL148.7º50%18.04%-
HSV(B)148.7º66.67%27.06%-
XYZ2.964.633.22-
YUV52.51123.76106.95-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.79%
GREEN value IS 69 (27.34% from 255) = 50.36%
BLUE value IS 45 (17.97% from 255) = 32.85%
R=16.79%
G=50.36%
B=32.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2369450.6700.350.73148.75018.04
Hex17452D4302349953212
Octal27105551030431112256222
Binary1011110001011011011000011010001110010011001010111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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