#748265

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

Shades of Camouflage Green #748265

Tints of Camouflage Green #748265

Color information

#748265 (or 0x748265) is unknown color: approx Camouflage Green. HEX triplet: 74, 82 and 65. RGB value is (116,130,101). Sum of RGB (Red+Green+Blue) = 116+130+101=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 130 - color contains mainly: green. Hex color #748265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748265 is #8B7D9A. Grayscale: #7A7A7A. Windows color (decimal): -9141659 or 6652532. OLE color: 6652532.

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

Color convert

RGB116130101-
CMYK0.1100.220.49
HSL88.97º12.55%45.29%-
HSV(B)88.97º22.31%50.98%-
XYZ17.5320.6215.37-
YUV122.51115.86123.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.43%
GREEN value IS 130 (51.17% from 255) = 37.46%
BLUE value IS 101 (39.84% from 255) = 29.11%
R=33.43%
G=37.46%
B=29.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161301010.1100.220.4988.9712.5545.29
Hex748265B0163159d2d
Octal16420214513026611311555
Binary1110100100000101100101101101011011000110110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748265; }

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

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

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

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

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

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

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

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