Html Css Color HEX #839272 Camouflage Green

📋 copy color: '#839272'

red 131 ◦ green 146 ◦ blue 114

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

Shades of Camouflage Green #839272

Tints of Camouflage Green #839272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.34%

 BLUE value IS 114 (44.92% from 255) = 29.16%

R = 33.5%
G = 37.34%
B = 29.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#839272 (or 0x839272) is known color: Camouflage Green. HEX triplet: 83, 92 and 72. RGB value is (131,146,114). Sum of RGB (Red+Green+Blue) = 131+146+114=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 146 - color contains mainly: green. Hex color #839272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839272 is #7C6D8D. Grayscale: #898989. Windows color (decimal): -8154510 or 7508611. OLE color: 7508611.

HSL color Cylindrical-coordinate representation of color #839272: hue angle of 88.12º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #839272 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 146 114 -
CMYK 0.10 0 0.22 0.43
HSL 88.13º 0.13% 0.51% -
HSV(B) 88.13º 0.22% 0.57% -
XYZ 22.68 26.6 19.86 -
YUV 137.87 114.53 123.1 -
System Red Green Blue C M Y K H S L
Decimal 131 146 114 0.10 0 0.22 0.43 88.13 0.13 0.51
Hex 83 92 72 A 0 16 2B 58 D 33
Octal 203 222 162 12 0 26 53 130 15 63
Binary 10000011 10010010 1110010 1010 0 10110 101011 1011000 1101 110011

Color Harmonies of #839272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839272

Black with #839272

Text Example


Text Example

White with #839272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839272; }

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

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

background-color css

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

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

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

border-color css

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

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

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