#166F41

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

Shades of Dark Spring Green #166F41

Tints of Dark Spring Green #166F41

Color information

#166F41 (or 0x166F41) is unknown color: approx Dark Spring Green. HEX triplet: 16, 6F and 41. RGB value is (22,111,65). Sum of RGB (Red+Green+Blue) = 22+111+65=198 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.11% from 198); Green value is 111 (43.75% from 255 or 56.06% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 111 - color contains mainly: green. Hex color #166F41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166F41 is #E990BE. Grayscale: #4F4F4F. Windows color (decimal): -15306943 or 4288278. OLE color: 4288278.

HSL color Cylindrical-coordinate representation of color #166F41: hue angle of 148.99º 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 #166F41 is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB2211165-
CMYK0.8000.410.56
HSL148.99º66.92%26.08%-
HSV(B)148.99º80.18%43.53%-
XYZ6.9711.926.93-
YUV79.14120.0187.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.11%
GREEN value IS 111 (43.75% from 255) = 56.06%
BLUE value IS 65 (25.78% from 255) = 32.83%
R=11.11%
G=56.06%
B=32.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22111650.8000.410.56148.9966.9226.08
Hex166F41500293895431a
Octal261571011200517022510332
Binary10110110111110000011010000010100111100010010101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166F41; }

 p { color: rgb(22,111,65); }

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

<style>
 a { background-color: #166F41; }

 a { background-color: rgb(22,111,65); }

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

<style>
 span { border-color: #166F41; }

 span { border-color: rgb(22,111,65); }

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