#16714C

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

Shades of Dark Spring Green #16714C

Tints of Dark Spring Green #16714C

Color information

#16714C (or 0x16714C) is unknown color: approx Dark Spring Green. HEX triplet: 16, 71 and 4C. RGB value is (22,113,76). Sum of RGB (Red+Green+Blue) = 22+113+76=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #16714C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16714C is #E98EB3. Grayscale: #515151. Windows color (decimal): -15306420 or 5009686. OLE color: 5009686.

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

Color convert

RGB2211376-
CMYK0.8100.330.56
HSL155.6º67.41%26.47%-
HSV(B)155.6º80.53%44.31%-
XYZ7.5412.58.85-
YUV81.57124.8585.51-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.43%
GREEN value IS 113 (44.53% from 255) = 53.55%
BLUE value IS 76 (30.08% from 255) = 36.02%
R=10.43%
G=53.55%
B=36.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22113760.8100.330.56155.667.4126.47
Hex16714C51021389c431a
Octal261611141210417023410332
Binary10110111000110011001010001010000111100010011100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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