#174C2A

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

Shades of Zuccini #174C2A

Tints of Zuccini #174C2A

Color information

#174C2A (or 0x174C2A) is unknown color: approx Zuccini. HEX triplet: 17, 4C and 2A. RGB value is (23,76,42). Sum of RGB (Red+Green+Blue) = 23+76+42=141 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.31% from 141); Green value is 76 (30.08% from 255 or 53.90% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 76 - color contains mainly: green. Hex color #174C2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174C2A is #E8B3D5. Grayscale: #383838. Windows color (decimal): -15250390 or 2771991. OLE color: 2771991.

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

Color convert

RGB237642-
CMYK0.7000.450.70
HSL141.51º53.54%19.41%-
HSV(B)141.51º69.74%29.8%-
XYZ3.365.523.08-
YUV56.28119.94104.26-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.31%
GREEN value IS 76 (30.08% from 255) = 53.90%
BLUE value IS 42 (16.80% from 255) = 29.79%
R=16.31%
G=53.90%
B=29.79%

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
Decimal2376420.7000.450.70141.5153.5419.41
Hex174C2A4602D468e3613
Octal27114521060551062166623
Binary1011110011001010101000110010110110001101000111011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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