Html Css Color HEX #839375 Camouflage Green

📋 copy color: '#839375'

red 131 ◦ green 147 ◦ blue 117

#839375
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camouflage Green #839375

Tints of Camouflage Green #839375

RGB

 RED value IS 131 (51.56% from 255) = 33.16%

 GREEN value IS 147 (57.81% from 255) = 37.22%

 BLUE value IS 117 (46.09% from 255) = 29.62%

R = 33.16%
G = 37.22%
B = 29.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#839375 (or 0x839375) is known color: Camouflage Green. HEX triplet: 83, 93 and 75. RGB value is (131,147,117). Sum of RGB (Red+Green+Blue) = 131+147+117=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #839375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839375 is #7C6C8A. Grayscale: #8A8A8A. Windows color (decimal): -8154251 or 7705475. OLE color: 7705475.

HSL color Cylindrical-coordinate representation of color #839375: hue angle of 92º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #839375 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 147 117 -
CMYK 0.11 0 0.20 0.42
HSL 92º 0.12% 0.52% -
HSV(B) 92º 0.2% 0.58% -
XYZ 23 26.98 20.82 -
YUV 138.8 115.7 122.44 -
System Red Green Blue C M Y K H S L
Decimal 131 147 117 0.11 0 0.20 0.42 92 0.12 0.52
Hex 83 93 75 B 0 14 2A 5C C 34
Octal 203 223 165 13 0 24 52 134 14 64
Binary 10000011 10010011 1110101 1011 0 10100 101010 1011100 1100 110100

Color Harmonies of #839375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839375

Black with #839375

Text Example


Text Example

White with #839375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839375; }

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

 H1.HeaderClassName
 {
   color: #839375;
 }
 .AnyTagClassName
 {
   color: #839375;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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