#72845C

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

Shades of Camouflage Green #72845C

Tints of Camouflage Green #72845C

Color information

#72845C (or 0x72845C) is unknown color: approx Camouflage Green. HEX triplet: 72, 84 and 5C. RGB value is (114,132,92). Sum of RGB (Red+Green+Blue) = 114+132+92=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 132 - color contains mainly: green. Hex color #72845C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72845C is #8D7BA3. Grayscale: #7A7A7A. Windows color (decimal): -9272228 or 6063218. OLE color: 6063218.

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

Color convert

RGB11413292-
CMYK0.1400.300.48
HSL87º17.86%43.92%-
HSV(B)87º30.3%51.76%-
XYZ17.1220.8513.25-
YUV122.06111.04122.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.73%
GREEN value IS 132 (51.95% from 255) = 39.05%
BLUE value IS 92 (36.33% from 255) = 27.22%
R=33.73%
G=39.05%
B=27.22%

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
Decimal114132920.1400.300.488717.8643.92
Hex72845CE01E3057122c
Octal16220413416036601272254
Binary11100101000010010111001110011110110000101011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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