#728561

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

Shades of Camouflage Green #728561

Tints of Camouflage Green #728561

Color information

#728561 (or 0x728561) is unknown color: approx Camouflage Green. HEX triplet: 72, 85 and 61. RGB value is (114,133,97). Sum of RGB (Red+Green+Blue) = 114+133+97=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #728561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728561 is #8D7A9E. Grayscale: #7B7B7B. Windows color (decimal): -9271967 or 6391154. OLE color: 6391154.

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

Color convert

RGB11413397-
CMYK0.1400.270.48
HSL91.67º15.65%45.1%-
HSV(B)91.67º27.07%52.16%-
XYZ17.4821.2214.48-
YUV123.22113.21121.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.14%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 97 (38.28% from 255) = 28.20%
R=33.14%
G=38.66%
B=28.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114133970.1400.270.4891.6715.6545.1
Hex728561E01B305c102d
Octal16220514116033601342055
Binary11100101000010111000011110011011110000101110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728561; }

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

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

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

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

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

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

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

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