#738565

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

Shades of Camouflage Green #738565

Tints of Camouflage Green #738565

Color information

#738565 (or 0x738565) is unknown color: approx Camouflage Green. HEX triplet: 73, 85 and 65. RGB value is (115,133,101). Sum of RGB (Red+Green+Blue) = 115+133+101=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #738565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738565 is #8C7A9A. Grayscale: #7C7C7C. Windows color (decimal): -9206427 or 6653299. OLE color: 6653299.

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

Color convert

RGB115133101-
CMYK0.1400.240.48
HSL93.75º13.68%45.88%-
HSV(B)93.75º24.06%52.16%-
XYZ17.8121.3615.5-
YUV123.97115.04121.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.95%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 101 (39.84% from 255) = 28.94%
R=32.95%
G=38.11%
B=28.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151331010.1400.240.4893.7513.6845.88
Hex738565E018305ee2e
Octal16320514516030601361656
Binary1110011100001011100101111001100011000010111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738565; }

 p { color: rgb(115,133,101); }

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

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

 a { background-color: rgb(115,133,101); }

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

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

 span { border-color: rgb(115,133,101); }

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