#839460

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

Shades of Highland #839460

Tints of Highland #839460

Color information

#839460 (or 0x839460) is unknown color: approx Highland. HEX triplet: 83, 94 and 60. RGB value is (131,148,96). Sum of RGB (Red+Green+Blue) = 131+148+96=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 148 - color contains mainly: green. Hex color #839460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839460 is #7C6B9F. Grayscale: #898989. Windows color (decimal): -8154016 or 6329475. OLE color: 6329475.

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

Color convert

RGB13114896-
CMYK0.1100.350.42
HSL79.62º21.31%47.84%-
HSV(B)79.62º35.14%58.04%-
XYZ22.0626.8515.09-
YUV136.99104.87123.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.93%
GREEN value IS 148 (58.20% from 255) = 39.47%
BLUE value IS 96 (37.89% from 255) = 25.6%
R=34.93%
G=39.47%
B=25.6%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131148960.1100.350.4279.6221.3147.84
Hex839460B0232A501530
Octal20322414013043521202560
Binary1000001110010100110000010110100011101010101000010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839460; }

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

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

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

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

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

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

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

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