#74855C

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

Shades of Camouflage Green #74855C

Tints of Camouflage Green #74855C

Color information

#74855C (or 0x74855C) is unknown color: approx Camouflage Green. HEX triplet: 74, 85 and 5C. RGB value is (116,133,92). Sum of RGB (Red+Green+Blue) = 116+133+92=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 133 - color contains mainly: green. Hex color #74855C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74855C is #8B7AA3. Grayscale: #7B7B7B. Windows color (decimal): -9140900 or 6063476. OLE color: 6063476.

HSL color Cylindrical-coordinate representation of color #74855C: hue angle of 84.88º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74855C is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB11613392-
CMYK0.1300.310.48
HSL84.88º18.22%44.12%-
HSV(B)84.88º30.83%52.16%-
XYZ17.5221.2613.31-
YUV123.24110.37122.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.02%
GREEN value IS 133 (52.34% from 255) = 39.00%
BLUE value IS 92 (36.33% from 255) = 26.98%
R=34.02%
G=39.00%
B=26.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116133920.1300.310.4884.8818.2244.12
Hex74855CD01F3055122c
Octal16420513415037601252254
Binary11101001000010110111001101011111110000101010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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