Html Css Color HEX #849474 Camouflage Green

📋 copy color: '#849474'

red 132 ◦ green 148 ◦ blue 116

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

Shades of Camouflage Green #849474

Tints of Camouflage Green #849474

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.37%

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

R = 33.33%
G = 37.37%
B = 29.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#849474 (or 0x849474) is known color: Camouflage Green. HEX triplet: 84, 94 and 74. RGB value is (132,148,116). Sum of RGB (Red+Green+Blue) = 132+148+116=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #849474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849474 is #7B6B8B. Grayscale: #8B8B8B. Windows color (decimal): -8088460 or 7640196. OLE color: 7640196.

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

Color convert

RGB 132 148 116 -
CMYK 0.11 0 0.22 0.42
HSL 90º 0.13% 0.52% -
HSV(B) 90º 0.22% 0.58% -
XYZ 23.26 27.35 20.58 -
YUV 139.57 114.7 122.6 -
System Red Green Blue C M Y K H S L
Decimal 132 148 116 0.11 0 0.22 0.42 90 0.13 0.52
Hex 84 94 74 B 0 16 2A 5A D 34
Octal 204 224 164 13 0 26 52 132 15 64
Binary 10000100 10010100 1110100 1011 0 10110 101010 1011010 1101 110100

Color Harmonies of #849474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849474

Black with #849474

Text Example


Text Example

White with #849474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849474; }

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

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

background-color css

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

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

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

border-color css

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

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

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