#71855C

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

Shades of Camouflage Green #71855C

Tints of Camouflage Green #71855C

Color information

#71855C (or 0x71855C) is unknown color: approx Camouflage Green. HEX triplet: 71, 85 and 5C. RGB value is (113,133,92). Sum of RGB (Red+Green+Blue) = 113+133+92=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 133 - color contains mainly: green. Hex color #71855C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71855C is #8E7AA3. Grayscale: #7A7A7A. Windows color (decimal): -9337508 or 6063473. OLE color: 6063473.

HSL color Cylindrical-coordinate representation of color #71855C: hue angle of 89.27º 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 #71855C is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB11313392-
CMYK0.1500.310.48
HSL89.27º18.22%44.12%-
HSV(B)89.27º30.83%52.16%-
XYZ17.1321.0613.29-
YUV122.35110.87121.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 133 (52.34% from 255) = 39.35%
BLUE value IS 92 (36.33% from 255) = 27.22%
R=33.43%
G=39.35%
B=27.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113133920.1500.310.4889.2718.2244.12
Hex71855CF01F3059122c
Octal16120513417037601312254
Binary11100011000010110111001111011111110000101100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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