#839358

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

Shades of Highland #839358

Tints of Highland #839358

Color information

#839358 (or 0x839358) is unknown color: approx Highland. HEX triplet: 83, 93 and 58. RGB value is (131,147,88). Sum of RGB (Red+Green+Blue) = 131+147+88=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #839358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839358 is #7C6CA7. Grayscale: #878787. Windows color (decimal): -8154280 or 5804931. OLE color: 5804931.

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

Color convert

RGB13114788-
CMYK0.1100.400.42
HSL76.27º25.11%46.08%-
HSV(B)76.27º40.14%57.65%-
XYZ21.5626.413.19-
YUV135.49101.2124.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.79%
GREEN value IS 147 (57.81% from 255) = 40.16%
BLUE value IS 88 (34.77% from 255) = 24.04%
R=35.79%
G=40.16%
B=24.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131147880.1100.400.4276.2725.1146.08
Hex839358B0282A4c192e
Octal20322313013050521143156
Binary1000001110010011101100010110101000101010100110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839358; }

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

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

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

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

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

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

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

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