Html Css Color HEX #197125 San Felix

📋 copy color: '#197125'

red 25 ◦ green 113 ◦ blue 37

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

Shades of San Felix #197125

Tints of San Felix #197125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.14%

R = 14.29%
G = 64.57%
B = 21.14%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#197125 (or 0x197125) is known color: San Felix. HEX triplet: 19, 71 and 25. RGB value is (25,113,37). Sum of RGB (Red+Green+Blue) = 25+113+37=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 113 (44.53% from 255 or 64.57% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 113 - color contains mainly: green. Hex color #197125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197125 is #E68EDA. Grayscale: #4E4E4E. Windows color (decimal): -15109851 or 2453785. OLE color: 2453785.

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

Color convert

RGB 25 113 37 -
CMYK 0.78 0 0.67 0.56
HSL 128.18º 0.64% 0.27% -
HSV(B) 128.18º 0.78% 0.44% -
XYZ 6.64 12.15 3.75 -
YUV 78.02 104.85 90.18 -
System Red Green Blue C M Y K H S L
Decimal 25 113 37 0.78 0 0.67 0.56 128.18 0.64 0.27
Hex 19 71 25 4E 0 43 38 80 40 1B
Octal 31 161 45 116 0 103 70 200 100 33
Binary 11001 1110001 100101 1001110 0 1000011 111000 10000000 1000000 11011

Color Harmonies of #197125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197125

Black with #197125

Text Example


Text Example

White with #197125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197125; }

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

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

background-color css

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

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

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

border-color css

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

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

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