#839258

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

Shades of Highland #839258

Tints of Highland #839258

Color information

#839258 (or 0x839258) is unknown color: approx Highland. HEX triplet: 83, 92 and 58. RGB value is (131,146,88). Sum of RGB (Red+Green+Blue) = 131+146+88=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #839258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839258 is #7C6DA7. Grayscale: #878787. Windows color (decimal): -8154536 or 5804675. OLE color: 5804675.

HSL color Cylindrical-coordinate representation of color #839258: hue angle of 75.52º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #839258 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB13114688-
CMYK0.1000.400.43
HSL75.52º24.79%45.88%-
HSV(B)75.52º39.73%57.25%-
XYZ21.426.0913.14-
YUV134.9101.53125.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.89%
GREEN value IS 146 (57.42% from 255) = 40%
BLUE value IS 88 (34.77% from 255) = 24.11%
R=35.89%
G=40%
B=24.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131146880.1000.400.4375.5224.7945.88
Hex839258A0282B4c192e
Octal20322213012050531143156
Binary1000001110010010101100010100101000101011100110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839258; }

 p { color: rgb(131,146,88); }

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

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

 a { background-color: rgb(131,146,88); }

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

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

 span { border-color: rgb(131,146,88); }

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