#16713C

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

Shades of Dark Spring Green #16713C

Tints of Dark Spring Green #16713C

Color information

#16713C (or 0x16713C) is unknown color: approx Dark Spring Green. HEX triplet: 16, 71 and 3C. RGB value is (22,113,60). Sum of RGB (Red+Green+Blue) = 22+113+60=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 113 (44.53% from 255 or 57.95% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 113 - color contains mainly: green. Hex color #16713C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16713C is #E98EC3. Grayscale: #4F4F4F. Windows color (decimal): -15306436 or 3961110. OLE color: 3961110.

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

Color convert

RGB2211360-
CMYK0.8100.470.56
HSL145.05º67.41%26.47%-
HSV(B)145.05º80.53%44.31%-
XYZ7.0512.316.28-
YUV79.75116.8586.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.28%
GREEN value IS 113 (44.53% from 255) = 57.95%
BLUE value IS 60 (23.83% from 255) = 30.77%
R=11.28%
G=57.95%
B=30.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22113600.8100.470.56145.0567.4126.47
Hex16713C5102F3891431a
Octal26161741210577022110332
Binary1011011100011111001010001010111111100010010001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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