#71855B

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

Shades of Camouflage Green #71855B

Tints of Camouflage Green #71855B

Color information

#71855B (or 0x71855B) is unknown color: approx Camouflage Green. HEX triplet: 71, 85 and 5B. RGB value is (113,133,91). Sum of RGB (Red+Green+Blue) = 113+133+91=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #71855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71855B is #8E7AA4. Grayscale: #7A7A7A. Windows color (decimal): -9337509 or 5997937. OLE color: 5997937.

HSL color Cylindrical-coordinate representation of color #71855B: hue angle of 88.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #71855B is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB11313391-
CMYK0.1500.320.48
HSL88.57º18.75%43.92%-
HSV(B)88.57º31.58%52.16%-
XYZ17.0921.0413.06-
YUV122.23110.37121.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 133 (52.34% from 255) = 39.47%
BLUE value IS 91 (35.94% from 255) = 27.00%
R=33.53%
G=39.47%
B=27.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113133910.1500.320.4888.5718.7543.92
Hex71855BF0203059132c
Octal16120513317040601312354
Binary111000110000101101101111110100000110000101100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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