#839464

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

Shades of Highland #839464

Tints of Highland #839464

Color information

#839464 (or 0x839464) is unknown color: approx Highland. HEX triplet: 83, 94 and 64. RGB value is (131,148,100). Sum of RGB (Red+Green+Blue) = 131+148+100=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #839464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839464 is #7C6B9B. Grayscale: #898989. Windows color (decimal): -8154012 or 6591619. OLE color: 6591619.

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

Color convert

RGB131148100-
CMYK0.1100.320.42
HSL81.25º19.35%48.63%-
HSV(B)81.25º32.43%58.04%-
XYZ22.2526.9316.08-
YUV137.44106.87123.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.56%
GREEN value IS 148 (58.20% from 255) = 39.05%
BLUE value IS 100 (39.45% from 255) = 26.39%
R=34.56%
G=39.05%
B=26.39%

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
Decimal1311481000.1100.320.4281.2519.3548.63
Hex839464B0202A511331
Octal20322414413040521212361
Binary1000001110010100110010010110100000101010101000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839464; }

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

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

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

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

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

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

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

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