#17482C

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

Shades of Zuccini #17482C

Tints of Zuccini #17482C

Color information

#17482C (or 0x17482C) is unknown color: approx Zuccini. HEX triplet: 17, 48 and 2C. RGB value is (23,72,44). Sum of RGB (Red+Green+Blue) = 23+72+44=139 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.55% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #17482C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17482C is #E8B7D3. Grayscale: #363636. Windows color (decimal): -15251412 or 2902039. OLE color: 2902039.

HSL color Cylindrical-coordinate representation of color #17482C: hue angle of 145.71º 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 #17482C is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB237244-
CMYK0.6800.390.72
HSL145.71º51.58%18.63%-
HSV(B)145.71º68.06%28.24%-
XYZ3.1353.18-
YUV54.16122.27105.78-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.55%
GREEN value IS 72 (28.52% from 255) = 51.80%
BLUE value IS 44 (17.58% from 255) = 31.65%
R=16.55%
G=51.80%
B=31.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2372440.6800.390.72145.7151.5818.63
Hex17482C4402748923413
Octal27110541040471102226423
Binary1011110010001011001000100010011110010001001001011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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