#174930

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

Shades of Zuccini #174930

Tints of Zuccini #174930

Color information

#174930 (or 0x174930) is unknown color: approx Zuccini. HEX triplet: 17, 49 and 30. RGB value is (23,73,48). Sum of RGB (Red+Green+Blue) = 23+73+48=144 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.97% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #174930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174930 is #E8B6CF. Grayscale: #373737. Windows color (decimal): -15251152 or 3164439. OLE color: 3164439.

HSL color Cylindrical-coordinate representation of color #174930: hue angle of 150º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #174930 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB237348-
CMYK0.6800.340.71
HSL150º52.08%18.82%-
HSV(B)150º68.49%28.63%-
XYZ3.275.163.62-
YUV55.2123.94105.03-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.97%
GREEN value IS 73 (28.91% from 255) = 50.69%
BLUE value IS 48 (19.14% from 255) = 33.33%
R=15.97%
G=50.69%
B=33.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2373480.6800.340.7115052.0818.82
Hex1749304402247963413
Octal27111601040421072266423
Binary1011110010011100001000100010001010001111001011011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174930; }

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

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

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

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

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

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

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

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