#19704A

Color #19704A Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #19704A

Tints of Dark Spring Green #19704A

Color information

#19704A (or 0x19704A) is unknown color: approx Dark Spring Green. HEX triplet: 19, 70 and 4A. RGB value is (25,112,74). Sum of RGB (Red+Green+Blue) = 25+112+74=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #19704A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19704A is #E68FB5. Grayscale: #515151. Windows color (decimal): -15110070 or 4878361. OLE color: 4878361.

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

Color convert

RGB2511274-
CMYK0.7800.340.56
HSL153.79º63.5%26.86%-
HSV(B)153.79º77.68%43.92%-
XYZ7.4312.298.46-
YUV81.66123.6887.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.85%
GREEN value IS 112 (44.14% from 255) = 53.08%
BLUE value IS 74 (29.30% from 255) = 35.07%
R=11.85%
G=53.08%
B=35.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25112740.7800.340.56153.7963.526.86
Hex19704A4E022389a401b
Octal311601121160427023210033
Binary11001111000010010101001110010001011100010011010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #19704A;
 }
 .AnyTagClassName
 {
   color: #19704A;
 }
</style>
background-color css

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

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

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

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

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

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