#174C30

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

Shades of Zuccini #174C30

Tints of Zuccini #174C30

Color information

#174C30 (or 0x174C30) is unknown color: approx Zuccini. HEX triplet: 17, 4C and 30. RGB value is (23,76,48). Sum of RGB (Red+Green+Blue) = 23+76+48=147 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.65% from 147); Green value is 76 (30.08% from 255 or 51.70% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 76 - color contains mainly: green. Hex color #174C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174C30 is #E8B3CF. Grayscale: #393939. Windows color (decimal): -15250384 or 3165207. OLE color: 3165207.

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

Color convert

RGB237648-
CMYK0.7000.370.70
HSL148.3º53.54%19.41%-
HSV(B)148.3º69.74%29.8%-
XYZ3.475.563.69-
YUV56.96122.94103.78-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.65%
GREEN value IS 76 (30.08% from 255) = 51.70%
BLUE value IS 48 (19.14% from 255) = 32.65%
R=15.65%
G=51.70%
B=32.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2376480.7000.370.70148.353.5419.41
Hex174C304602546943613
Octal27114601060451062246623
Binary1011110011001100001000110010010110001101001010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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