Html Css Color HEX #197545 Dark Spring Green

📋 copy color: '#197545'

red 25 ◦ green 117 ◦ blue 69

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

Shades of Dark Spring Green #197545

Tints of Dark Spring Green #197545

RGB

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

 GREEN value IS 117 (46.09% from 255) = 55.45%

 BLUE value IS 69 (27.34% from 255) = 32.7%

R = 11.85%
G = 55.45%
B = 32.7%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#197545 (or 0x197545) is known color: Dark Spring Green. HEX triplet: 19, 75 and 45. RGB value is (25,117,69). Sum of RGB (Red+Green+Blue) = 25+117+69=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 117 (46.09% from 255 or 55.45% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 117 - color contains mainly: green. Hex color #197545 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197545 is #E68ABA. Grayscale: #545454. Windows color (decimal): -15108795 or 4551961. OLE color: 4551961.

HSL color Cylindrical-coordinate representation of color #197545: hue angle of 148.7º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197545 is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 117 69 -
CMYK 0.79 0 0.41 0.54
HSL 148.7º 0.65% 0.28% -
HSV(B) 148.7º 0.79% 0.46% -
XYZ 7.84 13.36 7.8 -
YUV 84.02 119.52 85.9 -
System Red Green Blue C M Y K H S L
Decimal 25 117 69 0.79 0 0.41 0.54 148.7 0.65 0.28
Hex 19 75 45 4F 0 29 36 95 41 1C
Octal 31 165 105 117 0 51 66 225 101 34
Binary 11001 1110101 1000101 1001111 0 101001 110110 10010101 1000001 11100

Color Harmonies of #197545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197545

Black with #197545

Text Example


Text Example

White with #197545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197545; }

 p { color: rgb(25,117,69); }

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

background-color css

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

 a { background-color: rgb(25,117,69); }

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

border-color css

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

 span { border-color: rgb(25,117,69); }

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