#71845F

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

Shades of Camouflage Green #71845F

Tints of Camouflage Green #71845F

Color information

#71845F (or 0x71845F) is unknown color: approx Camouflage Green. HEX triplet: 71, 84 and 5F. RGB value is (113,132,95). Sum of RGB (Red+Green+Blue) = 113+132+95=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 132 - color contains mainly: green. Hex color #71845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71845F is #8E7BA0. Grayscale: #7A7A7A. Windows color (decimal): -9337761 or 6259825. OLE color: 6259825.

HSL color Cylindrical-coordinate representation of color #71845F: hue angle of 90.81º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71845F is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB11313295-
CMYK0.1400.280.48
HSL90.81º16.3%44.51%-
HSV(B)90.81º28.03%51.76%-
XYZ17.1320.8413.95-
YUV122.1112.71121.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.24%
GREEN value IS 132 (51.95% from 255) = 38.82%
BLUE value IS 95 (37.5% from 255) = 27.94%
R=33.24%
G=38.82%
B=27.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113132950.1400.280.4890.8116.344.51
Hex71845FE01C305b102d
Octal16120413716034601332055
Binary11100011000010010111111110011100110000101101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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