#177425

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

Shades of San Felix #177425

Tints of San Felix #177425

Color information

#177425 (or 0x177425) is unknown color: approx San Felix. HEX triplet: 17, 74 and 25. RGB value is (23,116,37). Sum of RGB (Red+Green+Blue) = 23+116+37=176 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.07% from 176); Green value is 116 (45.70% from 255 or 65.91% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 116 - color contains mainly: green. Hex color #177425 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #177425 is #E88BDA. Grayscale: #4F4F4F. Windows color (decimal): -15240155 or 2454551. OLE color: 2454551.

HSL color Cylindrical-coordinate representation of color #177425: hue angle of 129.03º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #177425 is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB2311637-
CMYK0.8000.680.55
HSL129.03º66.91%27.25%-
HSV(B)129.03º80.17%45.49%-
XYZ6.9312.813.86-
YUV79.19104.1987.92-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.07%
GREEN value IS 116 (45.70% from 255) = 65.91%
BLUE value IS 37 (14.84% from 255) = 21.02%
R=13.07%
G=65.91%
B=21.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal23116370.8000.680.55129.0366.9127.25
Hex177425500443781431b
Octal271644512001046720110333
Binary10111111010010010110100000100010011011110000001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #177425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #177425; }

 p { color: rgb(23,116,37); }

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

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

 a { background-color: rgb(23,116,37); }

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

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

 span { border-color: rgb(23,116,37); }

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