Html Css Color HEX #197448 Dark Spring Green

📋 copy color: '#197448'

red 25 ◦ green 116 ◦ blue 72

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

Shades of Dark Spring Green #197448

Tints of Dark Spring Green #197448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.8%

R = 11.74%
G = 54.46%
B = 33.8%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#197448 (or 0x197448) is known color: Dark Spring Green. HEX triplet: 19, 74 and 48. RGB value is (25,116,72). Sum of RGB (Red+Green+Blue) = 25+116+72=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 116 (45.70% from 255 or 54.46% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 116 - color contains mainly: green. Hex color #197448 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197448 is #E68BB7. Grayscale: #535353. Windows color (decimal): -15109048 or 4748313. OLE color: 4748313.

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

Color convert

RGB 25 116 72 -
CMYK 0.78 0 0.38 0.55
HSL 150.99º 0.65% 0.28% -
HSV(B) 150.99º 0.78% 0.45% -
XYZ 7.82 13.17 8.26 -
YUV 83.78 121.35 86.08 -
System Red Green Blue C M Y K H S L
Decimal 25 116 72 0.78 0 0.38 0.55 150.99 0.65 0.28
Hex 19 74 48 4E 0 26 37 97 41 1C
Octal 31 164 110 116 0 46 67 227 101 34
Binary 11001 1110100 1001000 1001110 0 100110 110111 10010111 1000001 11100

Color Harmonies of #197448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197448

Black with #197448

Text Example


Text Example

White with #197448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197448; }

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

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

background-color css

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

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

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

border-color css

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

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

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