#174D2D

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

Shades of Zuccini #174D2D

Tints of Zuccini #174D2D

Color information

#174D2D (or 0x174D2D) is unknown color: approx Zuccini. HEX triplet: 17, 4D and 2D. RGB value is (23,77,45). Sum of RGB (Red+Green+Blue) = 23+77+45=145 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.86% from 145); Green value is 77 (30.47% from 255 or 53.10% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 77 - color contains mainly: green. Hex color #174D2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #174D2D is #E8B2D2. Grayscale: #393939. Windows color (decimal): -15250131 or 2968855. OLE color: 2968855.

HSL color Cylindrical-coordinate representation of color #174D2D: hue angle of 144.44º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #174D2D is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB237745-
CMYK0.7000.420.70
HSL144.44º54%19.61%-
HSV(B)144.44º70.13%30.2%-
XYZ3.485.683.4-
YUV57.21121.11103.6-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.86%
GREEN value IS 77 (30.47% from 255) = 53.10%
BLUE value IS 45 (17.97% from 255) = 31.03%
R=15.86%
G=53.10%
B=31.03%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2377450.7000.420.70144.445419.61
Hex174D2D4602A46903614
Octal27115551060521062206624
Binary1011110011011011011000110010101010001101001000011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174D2D; }

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

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

<style>
 a { background-color: #174D2D; }

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

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

<style>
 span { border-color: #174D2D; }

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

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