#17472E

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

Shades of Zuccini #17472E

Tints of Zuccini #17472E

Color information

#17472E (or 0x17472E) is unknown color: approx Zuccini. HEX triplet: 17, 47 and 2E. RGB value is (23,71,46). Sum of RGB (Red+Green+Blue) = 23+71+46=140 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.43% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #17472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17472E is #E8B8D1. Grayscale: #353535. Windows color (decimal): -15251666 or 3032855. OLE color: 3032855.

HSL color Cylindrical-coordinate representation of color #17472E: hue angle of 148.75º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #17472E is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB237146-
CMYK0.6800.350.72
HSL148.75º51.06%18.43%-
HSV(B)148.75º67.61%27.84%-
XYZ3.14.893.36-
YUV53.8123.6106.03-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.43%
GREEN value IS 71 (28.12% from 255) = 50.71%
BLUE value IS 46 (18.36% from 255) = 32.86%
R=16.43%
G=50.71%
B=32.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2371460.6800.350.72148.7551.0618.43
Hex17472E4402348953312
Octal27107561040431102256322
Binary1011110001111011101000100010001110010001001010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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