Html Css Color HEX #197149 Dark Spring Green

📋 copy color: '#197149'

red 25 ◦ green 113 ◦ blue 73

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

Shades of Dark Spring Green #197149

Tints of Dark Spring Green #197149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 34.6%

R = 11.85%
G = 53.55%
B = 34.6%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#197149 (or 0x197149) is known color: Dark Spring Green. HEX triplet: 19, 71 and 49. RGB value is (25,113,73). Sum of RGB (Red+Green+Blue) = 25+113+73=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #197149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197149 is #E68EB6. Grayscale: #525252. Windows color (decimal): -15109815 or 4813081. OLE color: 4813081.

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

Color convert

RGB 25 113 73 -
CMYK 0.78 0 0.35 0.56
HSL 152.73º 0.64% 0.27% -
HSV(B) 152.73º 0.78% 0.44% -
XYZ 7.51 12.5 8.32 -
YUV 82.13 122.85 87.25 -
System Red Green Blue C M Y K H S L
Decimal 25 113 73 0.78 0 0.35 0.56 152.73 0.64 0.27
Hex 19 71 49 4E 0 23 38 99 40 1B
Octal 31 161 111 116 0 43 70 231 100 33
Binary 11001 1110001 1001001 1001110 0 100011 111000 10011001 1000000 11011

Color Harmonies of #197149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197149

Black with #197149

Text Example


Text Example

White with #197149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197149; }

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

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

background-color css

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

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

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

border-color css

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

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

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