#728462

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

Shades of Camouflage Green #728462

Tints of Camouflage Green #728462

Color information

#728462 (or 0x728462) is unknown color: approx Camouflage Green. HEX triplet: 72, 84 and 62. RGB value is (114,132,98). Sum of RGB (Red+Green+Blue) = 114+132+98=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 132 - color contains mainly: green. Hex color #728462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728462 is #8D7B9D. Grayscale: #7A7A7A. Windows color (decimal): -9272222 or 6456434. OLE color: 6456434.

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

Color convert

RGB11413298-
CMYK0.1400.260.48
HSL91.76º14.78%45.1%-
HSV(B)91.76º25.76%51.76%-
XYZ17.420.9614.68-
YUV122.74114.04121.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.14%
GREEN value IS 132 (51.95% from 255) = 38.37%
BLUE value IS 98 (38.67% from 255) = 28.49%
R=33.14%
G=38.37%
B=28.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114132980.1400.260.4891.7614.7845.1
Hex728462E01A305cf2d
Octal16220414216032601341755
Binary1110010100001001100010111001101011000010111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728462; }

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

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

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

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

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

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

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

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