Html Css Color HEX #197226 San Felix

📋 copy color: '#197226'

red 25 ◦ green 114 ◦ blue 38

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

Shades of San Felix #197226

Tints of San Felix #197226

RGB

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

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

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

R = 14.12%
G = 64.41%
B = 21.47%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#197226 (or 0x197226) is known color: San Felix. HEX triplet: 19, 72 and 26. RGB value is (25,114,38). Sum of RGB (Red+Green+Blue) = 25+114+38=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 114 (44.92% from 255 or 64.41% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 114 - color contains mainly: green. Hex color #197226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197226 is #E68DD9. Grayscale: #4E4E4E. Windows color (decimal): -15109594 or 2519577. OLE color: 2519577.

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

Color convert

RGB 25 114 38 -
CMYK 0.78 0 0.67 0.55
HSL 128.76º 0.64% 0.27% -
HSV(B) 128.76º 0.78% 0.45% -
XYZ 6.77 12.38 3.87 -
YUV 78.73 105.01 89.68 -
System Red Green Blue C M Y K H S L
Decimal 25 114 38 0.78 0 0.67 0.55 128.76 0.64 0.27
Hex 19 72 26 4E 0 43 37 81 40 1B
Octal 31 162 46 116 0 103 67 201 100 33
Binary 11001 1110010 100110 1001110 0 1000011 110111 10000001 1000000 11011

Color Harmonies of #197226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197226

Black with #197226

Text Example


Text Example

White with #197226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197226; }

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

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

background-color css

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

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

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

border-color css

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

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

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