#748360

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

Shades of Camouflage Green #748360

Tints of Camouflage Green #748360

Color information

#748360 (or 0x748360) is unknown color: approx Camouflage Green. HEX triplet: 74, 83 and 60. RGB value is (116,131,96). Sum of RGB (Red+Green+Blue) = 116+131+96=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 131 - color contains mainly: green. Hex color #748360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748360 is #8B7C9F. Grayscale: #7A7A7A. Windows color (decimal): -9141408 or 6325108. OLE color: 6325108.

HSL color Cylindrical-coordinate representation of color #748360: hue angle of 85.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #748360 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB11613196-
CMYK0.1100.270.49
HSL85.71º15.42%44.51%-
HSV(B)85.71º26.72%51.37%-
XYZ17.4320.7914.16-
YUV122.52113.03123.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.82%
GREEN value IS 131 (51.56% from 255) = 38.19%
BLUE value IS 96 (37.89% from 255) = 27.99%
R=33.82%
G=38.19%
B=27.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116131960.1100.270.4985.7115.4244.51
Hex748360B01B3156f2d
Octal16420314013033611261755
Binary1110100100000111100000101101101111000110101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748360; }

 p { color: rgb(116,131,96); }

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

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

 a { background-color: rgb(116,131,96); }

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

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

 span { border-color: rgb(116,131,96); }

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