#16704A

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

Shades of Dark Spring Green #16704A

Tints of Dark Spring Green #16704A

Color information

#16704A (or 0x16704A) is unknown color: approx Dark Spring Green. HEX triplet: 16, 70 and 4A. RGB value is (22,112,74). Sum of RGB (Red+Green+Blue) = 22+112+74=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #16704A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16704A is #E98FB5. Grayscale: #505050. Windows color (decimal): -15306678 or 4878358. OLE color: 4878358.

HSL color Cylindrical-coordinate representation of color #16704A: hue angle of 154.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16704A is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB2211274-
CMYK0.8000.340.56
HSL154.67º67.16%26.27%-
HSV(B)154.67º80.36%43.92%-
XYZ7.3612.258.46-
YUV80.76124.1886.09-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.58%
GREEN value IS 112 (44.14% from 255) = 53.85%
BLUE value IS 74 (29.30% from 255) = 35.58%
R=10.58%
G=53.85%
B=35.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22112740.8000.340.56154.6767.1626.27
Hex16704A50022389b431a
Octal261601121200427023310332
Binary10110111000010010101010000010001011100010011011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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