Html Css Color HEX #849374 Camouflage Green

📋 copy color: '#849374'

red 132 ◦ green 147 ◦ blue 116

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

Shades of Camouflage Green #849374

Tints of Camouflage Green #849374

RGB

 RED value IS 132 (51.95% from 255) = 33.42%

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

 BLUE value IS 116 (45.7% from 255) = 29.37%

R = 33.42%
G = 37.22%
B = 29.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#849374 (or 0x849374) is known color: Camouflage Green. HEX triplet: 84, 93 and 74. RGB value is (132,147,116). Sum of RGB (Red+Green+Blue) = 132+147+116=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #849374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849374 is #7B6C8B. Grayscale: #8B8B8B. Windows color (decimal): -8088716 or 7639940. OLE color: 7639940.

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

Color convert

RGB 132 147 116 -
CMYK 0.10 0 0.21 0.42
HSL 89.03º 0.13% 0.52% -
HSV(B) 89.03º 0.21% 0.58% -
XYZ 23.1 27.03 20.52 -
YUV 138.98 115.03 123.02 -
System Red Green Blue C M Y K H S L
Decimal 132 147 116 0.10 0 0.21 0.42 89.03 0.13 0.52
Hex 84 93 74 A 0 15 2A 59 D 34
Octal 204 223 164 12 0 25 52 131 15 64
Binary 10000100 10010011 1110100 1010 0 10101 101010 1011001 1101 110100

Color Harmonies of #849374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849374

Black with #849374

Text Example


Text Example

White with #849374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849374; }

 p { color: rgb(132,147,116); }

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

background-color css

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

 a { background-color: rgb(132,147,116); }

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

border-color css

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

 span { border-color: rgb(132,147,116); }

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