Html Css Color HEX #197124 San Felix

📋 copy color: '#197124'

red 25 ◦ green 113 ◦ blue 36

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

Shades of San Felix #197124

Tints of San Felix #197124

RGB

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

 GREEN value IS 113 (44.53% from 255) = 64.94%

 BLUE value IS 36 (14.45% from 255) = 20.69%

R = 14.37%
G = 64.94%
B = 20.69%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#197124 (or 0x197124) is known color: San Felix. HEX triplet: 19, 71 and 24. RGB value is (25,113,36). Sum of RGB (Red+Green+Blue) = 25+113+36=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 113 (44.53% from 255 or 64.94% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 113 - color contains mainly: green. Hex color #197124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197124 is #E68EDB. Grayscale: #4E4E4E. Windows color (decimal): -15109852 or 2388249. OLE color: 2388249.

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

Color convert

RGB 25 113 36 -
CMYK 0.78 0 0.68 0.56
HSL 127.5º 0.64% 0.27% -
HSV(B) 127.5º 0.78% 0.44% -
XYZ 6.62 12.14 3.66 -
YUV 77.91 104.35 90.26 -
System Red Green Blue C M Y K H S L
Decimal 25 113 36 0.78 0 0.68 0.56 127.5 0.64 0.27
Hex 19 71 24 4E 0 44 38 80 40 1B
Octal 31 161 44 116 0 104 70 200 100 33
Binary 11001 1110001 100100 1001110 0 1000100 111000 10000000 1000000 11011

Color Harmonies of #197124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197124

Black with #197124

Text Example


Text Example

White with #197124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197124; }

 p { color: rgb(25,113,36); }

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

background-color css

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

 a { background-color: rgb(25,113,36); }

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

border-color css

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

 span { border-color: rgb(25,113,36); }

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