#174D30

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

Shades of Zuccini #174D30

Tints of Zuccini #174D30

Color information

#174D30 (or 0x174D30) is unknown color: approx Zuccini. HEX triplet: 17, 4D and 30. RGB value is (23,77,48). Sum of RGB (Red+Green+Blue) = 23+77+48=148 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.54% from 148); Green value is 77 (30.47% from 255 or 52.03% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 77 - color contains mainly: green. Hex color #174D30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #174D30 is #E8B2CF. Grayscale: #393939. Windows color (decimal): -15250128 or 3165463. OLE color: 3165463.

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

Color convert

RGB237748-
CMYK0.7000.380.70
HSL147.78º54%19.61%-
HSV(B)147.78º70.13%30.2%-
XYZ3.545.73.71-
YUV57.55122.61103.36-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.54%
GREEN value IS 77 (30.47% from 255) = 52.03%
BLUE value IS 48 (19.14% from 255) = 32.43%
R=15.54%
G=52.03%
B=32.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2377480.7000.380.70147.785419.61
Hex174D304602646943614
Octal27115601060461062246624
Binary1011110011011100001000110010011010001101001010011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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