#839388

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

Shades of Envy #839388

Tints of Envy #839388

Color information

#839388 (or 0x839388) is unknown color: approx Envy. HEX triplet: 83, 93 and 88. RGB value is (131,147,136). Sum of RGB (Red+Green+Blue) = 131+147+136=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 147 - color contains mainly: green. Hex color #839388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839388 is #7C6C77. Grayscale: #8C8C8C. Windows color (decimal): -8154232 or 8950659. OLE color: 8950659.

HSL color Cylindrical-coordinate representation of color #839388: hue angle of 138.75º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #839388 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB131147136-
CMYK0.1100.070.42
HSL138.75º6.9%54.51%-
HSV(B)138.75º10.88%57.65%-
XYZ24.2427.4727.32-
YUV140.96125.2120.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.64%
GREEN value IS 147 (57.81% from 255) = 35.51%
BLUE value IS 136 (53.52% from 255) = 32.85%
R=31.64%
G=35.51%
B=32.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311471360.1100.070.42138.756.954.51
Hex839388B072A8b737
Octal203223210130752213767
Binary1000001110010011100010001011011110101010001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839388; }

 p { color: rgb(131,147,136); }

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

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

 a { background-color: rgb(131,147,136); }

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

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

 span { border-color: rgb(131,147,136); }

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