#839355

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

Shades of Highland #839355

Tints of Highland #839355

Color information

#839355 (or 0x839355) is unknown color: approx Highland. HEX triplet: 83, 93 and 55. RGB value is (131,147,85). Sum of RGB (Red+Green+Blue) = 131+147+85=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #839355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839355 is #7C6CAA. Grayscale: #878787. Windows color (decimal): -8154283 or 5608323. OLE color: 5608323.

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

Color convert

RGB13114785-
CMYK0.1100.420.42
HSL75.48º26.72%45.49%-
HSV(B)75.48º42.18%57.65%-
XYZ21.4326.3512.55-
YUV135.1599.7125.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.09%
GREEN value IS 147 (57.81% from 255) = 40.50%
BLUE value IS 85 (33.59% from 255) = 23.42%
R=36.09%
G=40.50%
B=23.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131147850.1100.420.4275.4826.7245.49
Hex839355B02A2A4b1b2d
Octal20322312513052521133355
Binary1000001110010011101010110110101010101010100101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839355; }

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

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

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

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

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

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

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

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