#738060

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

Shades of Camouflage Green #738060

Tints of Camouflage Green #738060

Color information

#738060 (or 0x738060) is unknown color: approx Camouflage Green. HEX triplet: 73, 80 and 60. RGB value is (115,128,96). Sum of RGB (Red+Green+Blue) = 115+128+96=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 128 - color contains mainly: green. Hex color #738060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738060 is #8C7F9F. Grayscale: #787878. Windows color (decimal): -9207712 or 6324339. OLE color: 6324339.

HSL color Cylindrical-coordinate representation of color #738060: hue angle of 84.38º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #738060 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB11512896-
CMYK0.1000.250.50
HSL84.38º14.29%43.92%-
HSV(B)84.38º25%50.2%-
XYZ16.919.9314.02-
YUV120.46114.19124.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.92%
GREEN value IS 128 (50.39% from 255) = 37.76%
BLUE value IS 96 (37.89% from 255) = 28.32%
R=33.92%
G=37.76%
B=28.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal115128960.1000.250.5084.3814.2943.92
Hex738060A0193254e2c
Octal16320014012031621241654
Binary1110011100000001100000101001100111001010101001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738060; }

 p { color: rgb(115,128,96); }

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

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

 a { background-color: rgb(115,128,96); }

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

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

 span { border-color: rgb(115,128,96); }

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