Html Css Color HEX #197542 Dark Spring Green

📋 copy color: '#197542'

red 25 ◦ green 117 ◦ blue 66

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

Shades of Dark Spring Green #197542

Tints of Dark Spring Green #197542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.73%

R = 12.02%
G = 56.25%
B = 31.73%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#197542 (or 0x197542) is known color: Dark Spring Green. HEX triplet: 19, 75 and 42. RGB value is (25,117,66). Sum of RGB (Red+Green+Blue) = 25+117+66=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #197542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197542 is #E68ABD. Grayscale: #535353. Windows color (decimal): -15108798 or 4355353. OLE color: 4355353.

HSL color Cylindrical-coordinate representation of color #197542: hue angle of 146.74º 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 #197542 is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 117 66 -
CMYK 0.79 0 0.44 0.54
HSL 146.74º 0.65% 0.28% -
HSV(B) 146.74º 0.79% 0.46% -
XYZ 7.75 13.32 7.32 -
YUV 83.68 118.02 86.15 -
System Red Green Blue C M Y K H S L
Decimal 25 117 66 0.79 0 0.44 0.54 146.74 0.65 0.28
Hex 19 75 42 4F 0 2C 36 93 41 1C
Octal 31 165 102 117 0 54 66 223 101 34
Binary 11001 1110101 1000010 1001111 0 101100 110110 10010011 1000001 11100

Color Harmonies of #197542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197542

Black with #197542

Text Example


Text Example

White with #197542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197542; }

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

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

background-color css

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

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

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

border-color css

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

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

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