#72855D

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

Shades of Camouflage Green #72855D

Tints of Camouflage Green #72855D

Color information

#72855D (or 0x72855D) is unknown color: approx Camouflage Green. HEX triplet: 72, 85 and 5D. RGB value is (114,133,93). Sum of RGB (Red+Green+Blue) = 114+133+93=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 133 - color contains mainly: green. Hex color #72855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72855D is #8D7AA2. Grayscale: #7A7A7A. Windows color (decimal): -9271971 or 6129010. OLE color: 6129010.

HSL color Cylindrical-coordinate representation of color #72855D: hue angle of 88.5º degrees, saturation: 0.18, 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 #72855D is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB11413393-
CMYK0.1400.300.48
HSL88.5º17.7%44.31%-
HSV(B)88.5º30.08%52.16%-
XYZ17.321.1413.52-
YUV122.76111.21121.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 133 (52.34% from 255) = 39.12%
BLUE value IS 93 (36.72% from 255) = 27.35%
R=33.53%
G=39.12%
B=27.35%

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
Decimal114133930.1400.300.4888.517.744.31
Hex72855DE01E3059122c
Octal16220513516036601312254
Binary11100101000010110111011110011110110000101100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,133,93); }

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

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

 a { background-color: rgb(114,133,93); }

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

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

 span { border-color: rgb(114,133,93); }

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