#74825E

Color #74825E Camouflage Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage Green #74825E

Tints of Camouflage Green #74825E

Color information

#74825E (or 0x74825E) is unknown color: approx Camouflage Green. HEX triplet: 74, 82 and 5E. RGB value is (116,130,94). Sum of RGB (Red+Green+Blue) = 116+130+94=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 130 - color contains mainly: green. Hex color #74825E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74825E is #8B7DA1. Grayscale: #797979. Windows color (decimal): -9141666 or 6193780. OLE color: 6193780.

HSL color Cylindrical-coordinate representation of color #74825E: hue angle of 83.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #74825E is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB11613094-
CMYK0.1100.280.49
HSL83.33º16.07%43.92%-
HSV(B)83.33º27.69%50.98%-
XYZ17.2120.4913.64-
YUV121.71112.36123.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.12%
GREEN value IS 130 (51.17% from 255) = 38.24%
BLUE value IS 94 (37.11% from 255) = 27.65%
R=34.12%
G=38.24%
B=27.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116130940.1100.280.4983.3316.0743.92
Hex74825EB01C3153102c
Octal16420213613034611232054
Binary11101001000001010111101011011100110001101001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74825E; }

 p { color: rgb(116,130,94); }

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

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

 a { background-color: rgb(116,130,94); }

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

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

 span { border-color: rgb(116,130,94); }

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