#17482A

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

Shades of Zuccini #17482A

Tints of Zuccini #17482A

Color information

#17482A (or 0x17482A) is unknown color: approx Zuccini. HEX triplet: 17, 48 and 2A. RGB value is (23,72,42). Sum of RGB (Red+Green+Blue) = 23+72+42=137 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.79% from 137); Green value is 72 (28.52% from 255 or 52.55% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 72 - color contains mainly: green. Hex color #17482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17482A is #E8B7D5. Grayscale: #353535. Windows color (decimal): -15251414 or 2770967. OLE color: 2770967.

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

Color convert

RGB237242-
CMYK0.6800.420.72
HSL143.27º51.58%18.63%-
HSV(B)143.27º68.06%28.24%-
XYZ3.094.982.99-
YUV53.93121.27105.94-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.79%
GREEN value IS 72 (28.52% from 255) = 52.55%
BLUE value IS 42 (16.80% from 255) = 30.66%
R=16.79%
G=52.55%
B=30.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2372420.6800.420.72143.2751.5818.63
Hex17482A4402A488f3413
Octal27110521040521102176423
Binary1011110010001010101000100010101010010001000111111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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