#738560

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

Shades of Camouflage Green #738560

Tints of Camouflage Green #738560

Color information

#738560 (or 0x738560) is unknown color: approx Camouflage Green. HEX triplet: 73, 85 and 60. RGB value is (115,133,96). Sum of RGB (Red+Green+Blue) = 115+133+96=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #738560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738560 is #8C7A9F. Grayscale: #7B7B7B. Windows color (decimal): -9206432 or 6325619. OLE color: 6325619.

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

Color convert

RGB11513396-
CMYK0.1400.280.48
HSL89.19º16.16%44.9%-
HSV(B)89.19º27.82%52.16%-
XYZ17.5721.2614.24-
YUV123.4112.54122.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.43%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=33.43%
G=38.66%
B=27.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal115133960.1400.280.4889.1916.1644.9
Hex738560E01C3059102d
Octal16320514016034601312055
Binary11100111000010111000001110011100110000101100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738560; }

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

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

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

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

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

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

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

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