#16713A

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

Shades of Dark Spring Green #16713A

Tints of Dark Spring Green #16713A

Color information

#16713A (or 0x16713A) is unknown color: approx Dark Spring Green. HEX triplet: 16, 71 and 3A. RGB value is (22,113,58). Sum of RGB (Red+Green+Blue) = 22+113+58=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 113 (44.53% from 255 or 58.55% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 113 - color contains mainly: green. Hex color #16713A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16713A is #E98EC5. Grayscale: #4F4F4F. Windows color (decimal): -15306438 or 3830038. OLE color: 3830038.

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

Color convert

RGB2211358-
CMYK0.8100.490.56
HSL143.74º67.41%26.47%-
HSV(B)143.74º80.53%44.31%-
XYZ712.296.01-
YUV79.52115.8586.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.40%
GREEN value IS 113 (44.53% from 255) = 58.55%
BLUE value IS 58 (23.05% from 255) = 30.05%
R=11.40%
G=58.55%
B=30.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22113580.8100.490.56143.7467.4126.47
Hex16713A510313890431a
Octal26161721210617022010332
Binary1011011100011110101010001011000111100010010000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16713A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,113,58); }

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

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

 a { background-color: rgb(22,113,58); }

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

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

 span { border-color: rgb(22,113,58); }

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