#197328

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

Shades of San Felix #197328

Tints of San Felix #197328

Color information

#197328 (or 0x197328) is unknown color: approx San Felix. HEX triplet: 19, 73 and 28. RGB value is (25,115,40). Sum of RGB (Red+Green+Blue) = 25+115+40=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 115 (45.31% from 255 or 63.89% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 115 - color contains mainly: green. Hex color #197328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197328 is #E68CD7. Grayscale: #4F4F4F. Windows color (decimal): -15109336 or 2650905. OLE color: 2650905.

HSL color Cylindrical-coordinate representation of color #197328: hue angle of 130º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197328 is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB2511540-
CMYK0.7800.650.55
HSL130º64.29%27.45%-
HSV(B)130º78.26%45.1%-
XYZ6.9112.624.08-
YUV79.54105.6889.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.89%
GREEN value IS 115 (45.31% from 255) = 63.89%
BLUE value IS 40 (16.02% from 255) = 22.22%
R=13.89%
G=63.89%
B=22.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25115400.7800.650.5513064.2927.45
Hex1973284E0413782401b
Octal311635011601016720210033
Binary11001111001110100010011100100000111011110000010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197328; }

 p { color: rgb(25,115,40); }

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

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

 a { background-color: rgb(25,115,40); }

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

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

 span { border-color: rgb(25,115,40); }

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