Html Css Color HEX #197428 San Felix

📋 copy color: '#197428'

red 25 ◦ green 116 ◦ blue 40

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

Shades of San Felix #197428

Tints of San Felix #197428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 64.09%

 BLUE value IS 40 (16.02% from 255) = 22.1%

R = 13.81%
G = 64.09%
B = 22.1%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#197428 (or 0x197428) is known color: San Felix. HEX triplet: 19, 74 and 28. RGB value is (25,116,40). Sum of RGB (Red+Green+Blue) = 25+116+40=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 116 (45.70% from 255 or 64.09% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 116 - color contains mainly: green. Hex color #197428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197428 is #E68BD7. Grayscale: #505050. Windows color (decimal): -15109080 or 2651161. OLE color: 2651161.

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

Color convert

RGB 25 116 40 -
CMYK 0.78 0 0.66 0.55
HSL 129.89º 0.65% 0.28% -
HSV(B) 129.89º 0.78% 0.45% -
XYZ 7.03 12.85 4.12 -
YUV 80.13 105.35 88.68 -
System Red Green Blue C M Y K H S L
Decimal 25 116 40 0.78 0 0.66 0.55 129.89 0.65 0.28
Hex 19 74 28 4E 0 42 37 82 41 1C
Octal 31 164 50 116 0 102 67 202 101 34
Binary 11001 1110100 101000 1001110 0 1000010 110111 10000010 1000001 11100

Color Harmonies of #197428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197428

Black with #197428

Text Example


Text Example

White with #197428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197428; }

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

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

background-color css

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

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

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

border-color css

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

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

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