#71845D

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

Shades of Camouflage Green #71845D

Tints of Camouflage Green #71845D

Color information

#71845D (or 0x71845D) is unknown color: approx Camouflage Green. HEX triplet: 71, 84 and 5D. RGB value is (113,132,93). Sum of RGB (Red+Green+Blue) = 113+132+93=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 132 - color contains mainly: green. Hex color #71845D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71845D is #8E7BA2. Grayscale: #7A7A7A. Windows color (decimal): -9337763 or 6128753. OLE color: 6128753.

HSL color Cylindrical-coordinate representation of color #71845D: hue angle of 89.23º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71845D is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB11313293-
CMYK0.1400.300.48
HSL89.23º17.33%44.12%-
HSV(B)89.23º29.55%51.76%-
XYZ17.0420.813.47-
YUV121.87111.71121.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 132 (51.95% from 255) = 39.05%
BLUE value IS 93 (36.72% from 255) = 27.51%
R=33.43%
G=39.05%
B=27.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113132930.1400.300.4889.2317.3344.12
Hex71845DE01E3059112c
Octal16120413516036601312154
Binary11100011000010010111011110011110110000101100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71845D; }

 p { color: rgb(113,132,93); }

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

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

 a { background-color: rgb(113,132,93); }

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

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

 span { border-color: rgb(113,132,93); }

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