#72845E

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

Shades of Camouflage Green #72845E

Tints of Camouflage Green #72845E

Color information

#72845E (or 0x72845E) is unknown color: approx Camouflage Green. HEX triplet: 72, 84 and 5E. RGB value is (114,132,94). Sum of RGB (Red+Green+Blue) = 114+132+94=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 132 - color contains mainly: green. Hex color #72845E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72845E is #8D7BA1. Grayscale: #7A7A7A. Windows color (decimal): -9272226 or 6194290. OLE color: 6194290.

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

Color convert

RGB11413294-
CMYK0.1400.290.48
HSL88.42º16.81%44.31%-
HSV(B)88.42º28.79%51.76%-
XYZ17.2120.8913.71-
YUV122.29112.04122.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 132 (51.95% from 255) = 38.82%
BLUE value IS 94 (37.11% from 255) = 27.65%
R=33.53%
G=38.82%
B=27.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114132940.1400.290.4888.4216.8144.31
Hex72845EE01D3058112c
Octal16220413616035601302154
Binary11100101000010010111101110011101110000101100010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72845E; }

 p { color: rgb(114,132,94); }

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

<style>
 a { background-color: #72845E; }

 a { background-color: rgb(114,132,94); }

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

<style>
 span { border-color: #72845E; }

 span { border-color: rgb(114,132,94); }

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