Html Css Color HEX #196F4D Dark Spring Green

📋 copy color: '#196F4D'

red 25 ◦ green 111 ◦ blue 77

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

Shades of Dark Spring Green #196F4D

Tints of Dark Spring Green #196F4D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 52.11%

 BLUE value IS 77 (30.47% from 255) = 36.15%

R = 11.74%
G = 52.11%
B = 36.15%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#196F4D (or 0x196F4D) is known color: Dark Spring Green. HEX triplet: 19, 6F and 4D. RGB value is (25,111,77). Sum of RGB (Red+Green+Blue) = 25+111+77=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 111 (43.75% from 255 or 52.11% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 111 - color contains mainly: green. Hex color #196F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196F4D is #E690B2. Grayscale: #515151. Windows color (decimal): -15110323 or 5074713. OLE color: 5074713.

HSL color Cylindrical-coordinate representation of color #196F4D: hue angle of 156.28º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196F4D is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 111 77 -
CMYK 0.77 0 0.31 0.56
HSL 156.28º 0.63% 0.27% -
HSV(B) 156.28º 0.77% 0.44% -
XYZ 7.42 12.11 8.97 -
YUV 81.41 125.51 87.76 -
System Red Green Blue C M Y K H S L
Decimal 25 111 77 0.77 0 0.31 0.56 156.28 0.63 0.27
Hex 19 6F 4D 4D 0 1F 38 9C 3F 1B
Octal 31 157 115 115 0 37 70 234 77 33
Binary 11001 1101111 1001101 1001101 0 11111 111000 10011100 111111 11011

Color Harmonies of #196F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196F4D

Black with #196F4D

Text Example


Text Example

White with #196F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196F4D; }

 p { color: rgb(25,111,77); }

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

background-color css

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

 a { background-color: rgb(25,111,77); }

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

border-color css

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

 span { border-color: rgb(25,111,77); }

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