#748261

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

Shades of Camouflage Green #748261

Tints of Camouflage Green #748261

Color information

#748261 (or 0x748261) is unknown color: approx Camouflage Green. HEX triplet: 74, 82 and 61. RGB value is (116,130,97). Sum of RGB (Red+Green+Blue) = 116+130+97=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 130 - color contains mainly: green. Hex color #748261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748261 is #8B7D9E. Grayscale: #7A7A7A. Windows color (decimal): -9141663 or 6390388. OLE color: 6390388.

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

Color convert

RGB11613097-
CMYK0.1100.250.49
HSL85.45º14.54%44.51%-
HSV(B)85.45º25.38%50.98%-
XYZ17.3420.5414.36-
YUV122.05113.86123.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.82%
GREEN value IS 130 (51.17% from 255) = 37.90%
BLUE value IS 97 (38.28% from 255) = 28.28%
R=33.82%
G=37.90%
B=28.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116130970.1100.250.4985.4514.5444.51
Hex748261B0193155f2d
Octal16420214113031611251755
Binary1110100100000101100001101101100111000110101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748261; }

 p { color: rgb(116,130,97); }

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

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

 a { background-color: rgb(116,130,97); }

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

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

 span { border-color: rgb(116,130,97); }

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