#197428

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

Shades of San Felix #197428

Tints of San Felix #197428

Color information

#197428 (or 0x197428) is unknown color: approx San Felix. HEX triplet: 19, 74 and 28. RGB value is (25,116,40). Sum of RGB (Red+Green+Blue) = 25+116+40=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 116 (45.70% from 255 or 64.09% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 116 - color contains mainly: green. Hex color #197428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197428 is #E68BD7. Grayscale: #505050. Windows color (decimal): -15109080 or 2651161. OLE color: 2651161.

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

Color convert

RGB2511640-
CMYK0.7800.660.55
HSL129.89º64.54%27.65%-
HSV(B)129.89º78.45%45.49%-
XYZ7.0312.854.12-
YUV80.13105.3588.68-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.81%
GREEN value IS 116 (45.70% from 255) = 64.09%
BLUE value IS 40 (16.02% from 255) = 22.10%
R=13.81%
G=64.09%
B=22.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25116400.7800.660.55129.8964.5427.65
Hex1974284E0423782411c
Octal311645011601026720210134
Binary11001111010010100010011100100001011011110000010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197428; }

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

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

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

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

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

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

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

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