#17482D

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

Shades of Zuccini #17482D

Tints of Zuccini #17482D

Color information

#17482D (or 0x17482D) is unknown color: approx Zuccini. HEX triplet: 17, 48 and 2D. RGB value is (23,72,45). Sum of RGB (Red+Green+Blue) = 23+72+45=140 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.43% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #17482D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17482D is #E8B7D2. Grayscale: #363636. Windows color (decimal): -15251411 or 2967575. OLE color: 2967575.

HSL color Cylindrical-coordinate representation of color #17482D: hue angle of 146.94º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #17482D is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB237245-
CMYK0.6800.380.72
HSL146.94º51.58%18.63%-
HSV(B)146.94º68.06%28.24%-
XYZ3.145.013.28-
YUV54.27122.77105.7-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.43%
GREEN value IS 72 (28.52% from 255) = 51.43%
BLUE value IS 45 (17.97% from 255) = 32.14%
R=16.43%
G=51.43%
B=32.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2372450.6800.380.72146.9451.5818.63
Hex17482D4402648933413
Octal27110551040461102236423
Binary1011110010001011011000100010011010010001001001111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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