#17482E

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

Shades of Zuccini #17482E

Tints of Zuccini #17482E

Color information

#17482E (or 0x17482E) is unknown color: approx Zuccini. HEX triplet: 17, 48 and 2E. RGB value is (23,72,46). Sum of RGB (Red+Green+Blue) = 23+72+46=141 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.31% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #17482E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17482E is #E8B7D1. Grayscale: #363636. Windows color (decimal): -15251410 or 3033111. OLE color: 3033111.

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

Color convert

RGB237246-
CMYK0.6800.360.72
HSL148.16º51.58%18.63%-
HSV(B)148.16º68.06%28.24%-
XYZ3.165.013.39-
YUV54.38123.27105.61-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.31%
GREEN value IS 72 (28.52% from 255) = 51.06%
BLUE value IS 46 (18.36% from 255) = 32.62%
R=16.31%
G=51.06%
B=32.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2372460.6800.360.72148.1651.5818.63
Hex17482E4402448943413
Octal27110561040441102246423
Binary1011110010001011101000100010010010010001001010011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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