#839364

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

Shades of Highland #839364

Tints of Highland #839364

Color information

#839364 (or 0x839364) is unknown color: approx Highland. HEX triplet: 83, 93 and 64. RGB value is (131,147,100). Sum of RGB (Red+Green+Blue) = 131+147+100=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #839364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839364 is #7C6C9B. Grayscale: #898989. Windows color (decimal): -8154268 or 6591363. OLE color: 6591363.

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

Color convert

RGB131147100-
CMYK0.1100.320.42
HSL80.43º19.03%48.43%-
HSV(B)80.43º31.97%57.65%-
XYZ22.0926.6116.03-
YUV136.86107.2123.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.66%
GREEN value IS 147 (57.81% from 255) = 38.89%
BLUE value IS 100 (39.45% from 255) = 26.46%
R=34.66%
G=38.89%
B=26.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311471000.1100.320.4280.4319.0348.43
Hex839364B0202A501330
Octal20322314413040521202360
Binary1000001110010011110010010110100000101010101000010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839364; }

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

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

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

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

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

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

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

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