Html Css Color HEX #19704C Dark Spring Green

📋 copy color: '#19704C'

red 25 ◦ green 112 ◦ blue 76

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

Shades of Dark Spring Green #19704C

Tints of Dark Spring Green #19704C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.68%

R = 11.74%
G = 52.58%
B = 35.68%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#19704C (or 0x19704C) is known color: Dark Spring Green. HEX triplet: 19, 70 and 4C. RGB value is (25,112,76). Sum of RGB (Red+Green+Blue) = 25+112+76=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #19704C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19704C is #E68FB3. Grayscale: #515151. Windows color (decimal): -15110068 or 5009433. OLE color: 5009433.

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

Color convert

RGB 25 112 76 -
CMYK 0.78 0 0.32 0.56
HSL 155.17º 0.64% 0.27% -
HSV(B) 155.17º 0.78% 0.44% -
XYZ 7.5 12.32 8.82 -
YUV 81.88 124.68 87.43 -
System Red Green Blue C M Y K H S L
Decimal 25 112 76 0.78 0 0.32 0.56 155.17 0.64 0.27
Hex 19 70 4C 4E 0 20 38 9B 40 1B
Octal 31 160 114 116 0 40 70 233 100 33
Binary 11001 1110000 1001100 1001110 0 100000 111000 10011011 1000000 11011

Color Harmonies of #19704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19704C

Black with #19704C

Text Example


Text Example

White with #19704C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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