#17452B

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

Shades of Zuccini #17452B

Tints of Zuccini #17452B

Color information

#17452B (or 0x17452B) is unknown color: approx Zuccini. HEX triplet: 17, 45 and 2B. RGB value is (23,69,43). Sum of RGB (Red+Green+Blue) = 23+69+43=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 69 (27.34% from 255 or 51.11% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 69 - color contains mainly: green. Hex color #17452B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17452B is #E8BAD4. Grayscale: #343434. Windows color (decimal): -15252181 or 2835735. OLE color: 2835735.

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

Color convert

RGB236943-
CMYK0.6700.380.73
HSL146.09º50%18.04%-
HSV(B)146.09º66.67%27.06%-
XYZ2.924.613.02-
YUV52.28122.76107.11-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.04%
GREEN value IS 69 (27.34% from 255) = 51.11%
BLUE value IS 43 (17.19% from 255) = 31.85%
R=17.04%
G=51.11%
B=31.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2369430.6700.380.73146.095018.04
Hex17452B4302649923212
Octal27105531030461112226222
Binary1011110001011010111000011010011010010011001001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17452B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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