Html Css Color HEX #19704D Dark Spring Green

📋 copy color: '#19704D'

red 25 ◦ green 112 ◦ blue 77

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

Shades of Dark Spring Green #19704D

Tints of Dark Spring Green #19704D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 52.34%

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

R = 11.68%
G = 52.34%
B = 35.98%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#19704D (or 0x19704D) is known color: Dark Spring Green. HEX triplet: 19, 70 and 4D. RGB value is (25,112,77). Sum of RGB (Red+Green+Blue) = 25+112+77=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #19704D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19704D is #E68FB2. Grayscale: #525252. Windows color (decimal): -15110067 or 5074969. OLE color: 5074969.

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

Color convert

RGB 25 112 77 -
CMYK 0.78 0 0.31 0.56
HSL 155.86º 0.64% 0.27% -
HSV(B) 155.86º 0.78% 0.44% -
XYZ 7.53 12.33 9 -
YUV 82 125.18 87.35 -
System Red Green Blue C M Y K H S L
Decimal 25 112 77 0.78 0 0.31 0.56 155.86 0.64 0.27
Hex 19 70 4D 4E 0 1F 38 9C 40 1B
Octal 31 160 115 116 0 37 70 234 100 33
Binary 11001 1110000 1001101 1001110 0 11111 111000 10011100 1000000 11011

Color Harmonies of #19704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19704D

Black with #19704D

Text Example


Text Example

White with #19704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19704D; }

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

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

background-color css

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

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

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

border-color css

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

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

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