Html Css Color HEX #197526 San Felix

📋 copy color: '#197526'

red 25 ◦ green 117 ◦ blue 38

#197526
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Felix #197526

Tints of San Felix #197526

RGB

 RED value IS 25 (10.16% from 255) = 13.89%

 GREEN value IS 117 (46.09% from 255) = 65%

 BLUE value IS 38 (15.23% from 255) = 21.11%

R = 13.89%
G = 65%
B = 21.11%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#197526 (or 0x197526) is known color: San Felix. HEX triplet: 19, 75 and 26. RGB value is (25,117,38). Sum of RGB (Red+Green+Blue) = 25+117+38=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 117 (46.09% from 255 or 65% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 117 - color contains mainly: green. Hex color #197526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197526 is #E68AD9. Grayscale: #505050. Windows color (decimal): -15108826 or 2520345. OLE color: 2520345.

HSL color Cylindrical-coordinate representation of color #197526: hue angle of 128.48º 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 #197526 is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 117 38 -
CMYK 0.79 0 0.68 0.54
HSL 128.48º 0.65% 0.28% -
HSV(B) 128.48º 0.79% 0.46% -
XYZ 7.11 13.07 3.98 -
YUV 80.49 104.02 88.42 -
System Red Green Blue C M Y K H S L
Decimal 25 117 38 0.79 0 0.68 0.54 128.48 0.65 0.28
Hex 19 75 26 4F 0 44 36 80 41 1C
Octal 31 165 46 117 0 104 66 200 101 34
Binary 11001 1110101 100110 1001111 0 1000100 110110 10000000 1000001 11100

Color Harmonies of #197526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197526

Black with #197526

Text Example


Text Example

White with #197526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197526; }

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

 H1.HeaderClassName
 {
   color: #197526;
 }
 .AnyTagClassName
 {
   color: #197526;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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