#174B2A

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

Shades of Zuccini #174B2A

Tints of Zuccini #174B2A

Color information

#174B2A (or 0x174B2A) is unknown color: approx Zuccini. HEX triplet: 17, 4B and 2A. RGB value is (23,75,42). Sum of RGB (Red+Green+Blue) = 23+75+42=140 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.43% from 140); Green value is 75 (29.69% from 255 or 53.57% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 75 - color contains mainly: green. Hex color #174B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174B2A is #E8B4D5. Grayscale: #373737. Windows color (decimal): -15250646 or 2771735. OLE color: 2771735.

HSL color Cylindrical-coordinate representation of color #174B2A: hue angle of 141.92º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #174B2A is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB237542-
CMYK0.6900.440.71
HSL141.92º53.06%19.22%-
HSV(B)141.92º69.33%29.41%-
XYZ3.295.383.06-
YUV55.69120.27104.68-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.43%
GREEN value IS 75 (29.69% from 255) = 53.57%
BLUE value IS 42 (16.80% from 255) = 30%
R=16.43%
G=53.57%
B=30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2375420.6900.440.71141.9253.0619.22
Hex174B2A4502C478e3513
Octal27113521050541072166523
Binary1011110010111010101000101010110010001111000111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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