#165950

Color #165950 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #165950

Tints of Eden #165950

Color information

#165950 (or 0x165950) is unknown color: approx Eden. HEX triplet: 16, 59 and 50. RGB value is (22,89,80). Sum of RGB (Red+Green+Blue) = 22+89+80=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 89 - color contains mainly: green. Hex color #165950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165950 is #E9A6AF. Grayscale: #434343. Windows color (decimal): -15312560 or 5265686. OLE color: 5265686.

HSL color Cylindrical-coordinate representation of color #165950: hue angle of 171.94º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165950 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB228980-
CMYK0.7500.100.65
HSL171.94º60.36%21.76%-
HSV(B)171.94º75.28%34.9%-
XYZ5.357.898.83-
YUV67.94134.895.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.52%
GREEN value IS 89 (35.16% from 255) = 46.60%
BLUE value IS 80 (31.64% from 255) = 41.88%
R=11.52%
G=46.60%
B=41.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2289800.7500.100.65171.9460.3621.76
Hex1659504B0A41ac3c16
Octal261311201130121012547426
Binary101101011001101000010010110101010000011010110011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165950; }

 p { color: rgb(22,89,80); }

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

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

 a { background-color: rgb(22,89,80); }

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

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

 span { border-color: rgb(22,89,80); }

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