#196E4C

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

Shades of Dark Spring Green #196E4C

Tints of Dark Spring Green #196E4C

Color information

#196E4C (or 0x196E4C) is unknown color: approx Dark Spring Green. HEX triplet: 19, 6E and 4C. RGB value is (25,110,76). Sum of RGB (Red+Green+Blue) = 25+110+76=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 110 (43.36% from 255 or 52.13% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 110 - color contains mainly: green. Hex color #196E4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196E4C is #E691B3. Grayscale: #505050. Windows color (decimal): -15110580 or 5008921. OLE color: 5008921.

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

Color convert

RGB2511076-
CMYK0.7700.310.57
HSL156º62.96%26.47%-
HSV(B)156º77.27%43.14%-
XYZ7.2811.888.75-
YUV80.71125.3488.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.85%
GREEN value IS 110 (43.36% from 255) = 52.13%
BLUE value IS 76 (30.08% from 255) = 36.02%
R=11.85%
G=52.13%
B=36.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25110760.7700.310.5715662.9626.47
Hex196E4C4D01F399c3f1a
Octal31156114115037712347732
Binary110011101110100110010011010111111110011001110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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