#748263

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

Shades of Camouflage Green #748263

Tints of Camouflage Green #748263

Color information

#748263 (or 0x748263) is unknown color: approx Camouflage Green. HEX triplet: 74, 82 and 63. RGB value is (116,130,99). Sum of RGB (Red+Green+Blue) = 116+130+99=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 130 - color contains mainly: green. Hex color #748263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748263 is #8B7D9C. Grayscale: #7A7A7A. Windows color (decimal): -9141661 or 6521460. OLE color: 6521460.

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

Color convert

RGB11613099-
CMYK0.1100.240.49
HSL87.1º13.54%44.9%-
HSV(B)87.1º23.85%50.98%-
XYZ17.4420.5814.86-
YUV122.28114.86123.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.62%
GREEN value IS 130 (51.17% from 255) = 37.68%
BLUE value IS 99 (39.06% from 255) = 28.70%
R=33.62%
G=37.68%
B=28.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116130990.1100.240.4987.113.5444.9
Hex748263B0183157e2d
Octal16420214313030611271655
Binary1110100100000101100011101101100011000110101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748263; }

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

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

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

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

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

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

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

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