#74835C

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

Shades of Camouflage Green #74835C

Tints of Camouflage Green #74835C

Color information

#74835C (or 0x74835C) is unknown color: approx Camouflage Green. HEX triplet: 74, 83 and 5C. RGB value is (116,131,92). Sum of RGB (Red+Green+Blue) = 116+131+92=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 131 - color contains mainly: green. Hex color #74835C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74835C is #8B7CA3. Grayscale: #7A7A7A. Windows color (decimal): -9141412 or 6062964. OLE color: 6062964.

HSL color Cylindrical-coordinate representation of color #74835C: hue angle of 83.08º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #74835C is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB11613192-
CMYK0.1100.300.49
HSL83.08º17.49%43.73%-
HSV(B)83.08º29.77%51.37%-
XYZ17.2520.7213.22-
YUV122.07111.03123.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 131 (51.56% from 255) = 38.64%
BLUE value IS 92 (36.33% from 255) = 27.14%
R=34.22%
G=38.64%
B=27.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116131920.1100.300.4983.0817.4943.73
Hex74835CB01E3153112c
Octal16420313413036611232154
Binary11101001000001110111001011011110110001101001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74835C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74835C; }

 p { color: rgb(116,131,92); }

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

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

 a { background-color: rgb(116,131,92); }

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

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

 span { border-color: rgb(116,131,92); }

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