#174D2A

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

Shades of Zuccini #174D2A

Tints of Zuccini #174D2A

Color information

#174D2A (or 0x174D2A) is unknown color: approx Zuccini. HEX triplet: 17, 4D and 2A. RGB value is (23,77,42). Sum of RGB (Red+Green+Blue) = 23+77+42=142 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.20% from 142); Green value is 77 (30.47% from 255 or 54.23% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 77 - color contains mainly: green. Hex color #174D2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #174D2A is #E8B2D5. Grayscale: #383838. Windows color (decimal): -15250134 or 2772247. OLE color: 2772247.

HSL color Cylindrical-coordinate representation of color #174D2A: hue angle of 141.11º 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 #174D2A is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB237742-
CMYK0.7000.450.70
HSL141.11º54%19.61%-
HSV(B)141.11º70.13%30.2%-
XYZ3.435.663.1-
YUV56.86119.61103.85-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.20%
GREEN value IS 77 (30.47% from 255) = 54.23%
BLUE value IS 42 (16.80% from 255) = 29.58%
R=16.20%
G=54.23%
B=29.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2377420.7000.450.70141.115419.61
Hex174D2A4602D468d3614
Octal27115521060551062156624
Binary1011110011011010101000110010110110001101000110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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