Html Css Color HEX #197224 San Felix

📋 copy color: '#197224'

red 25 ◦ green 114 ◦ blue 36

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

Shades of San Felix #197224

Tints of San Felix #197224

RGB

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

 GREEN value IS 114 (44.92% from 255) = 65.14%

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

R = 14.29%
G = 65.14%
B = 20.57%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#197224 (or 0x197224) is known color: San Felix. HEX triplet: 19, 72 and 24. RGB value is (25,114,36). Sum of RGB (Red+Green+Blue) = 25+114+36=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 114 (44.92% from 255 or 65.14% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 114 - color contains mainly: green. Hex color #197224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197224 is #E68DDB. Grayscale: #4E4E4E. Windows color (decimal): -15109596 or 2388505. OLE color: 2388505.

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

Color convert

RGB 25 114 36 -
CMYK 0.78 0 0.68 0.55
HSL 127.42º 0.64% 0.27% -
HSV(B) 127.42º 0.78% 0.45% -
XYZ 6.74 12.37 3.7 -
YUV 78.5 104.01 89.84 -
System Red Green Blue C M Y K H S L
Decimal 25 114 36 0.78 0 0.68 0.55 127.42 0.64 0.27
Hex 19 72 24 4E 0 44 37 7F 40 1B
Octal 31 162 44 116 0 104 67 177 100 33
Binary 11001 1110010 100100 1001110 0 1000100 110111 1111111 1000000 11011

Color Harmonies of #197224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197224

Black with #197224

Text Example


Text Example

White with #197224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197224; }

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

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

background-color css

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

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

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

border-color css

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

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

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