#197528

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

Shades of San Felix #197528

Tints of San Felix #197528

Color information

#197528 (or 0x197528) is unknown color: approx San Felix. HEX triplet: 19, 75 and 28. RGB value is (25,117,40). Sum of RGB (Red+Green+Blue) = 25+117+40=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 117 (46.09% from 255 or 64.29% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 117 - color contains mainly: green. Hex color #197528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197528 is #E68AD7. Grayscale: #505050. Windows color (decimal): -15108824 or 2651417. OLE color: 2651417.

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

Color convert

RGB2511740-
CMYK0.7900.660.54
HSL129.78º64.79%27.84%-
HSV(B)129.78º78.63%45.88%-
XYZ7.1513.084.16-
YUV80.71105.0288.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.74%
GREEN value IS 117 (46.09% from 255) = 64.29%
BLUE value IS 40 (16.02% from 255) = 21.98%
R=13.74%
G=64.29%
B=21.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25117400.7900.660.54129.7864.7927.84
Hex1975284F0423682411c
Octal311655011701026620210134
Binary11001111010110100010011110100001011011010000010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197528; }

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

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

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

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

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

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

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

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