#748264

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

Shades of Camouflage Green #748264

Tints of Camouflage Green #748264

Color information

#748264 (or 0x748264) is unknown color: approx Camouflage Green. HEX triplet: 74, 82 and 64. RGB value is (116,130,100). Sum of RGB (Red+Green+Blue) = 116+130+100=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 130 - color contains mainly: green. Hex color #748264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748264 is #8B7D9B. Grayscale: #7A7A7A. Windows color (decimal): -9141660 or 6586996. OLE color: 6586996.

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

Color convert

RGB116130100-
CMYK0.1100.230.49
HSL88º13.04%45.1%-
HSV(B)88º23.08%50.98%-
XYZ17.4920.615.11-
YUV122.39115.36123.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 130 (51.17% from 255) = 37.57%
BLUE value IS 100 (39.45% from 255) = 28.90%
R=33.53%
G=37.57%
B=28.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161301000.1100.230.498813.0445.1
Hex748264B0173158d2d
Octal16420214413027611301555
Binary1110100100000101100100101101011111000110110001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748264; }

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

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

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

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

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

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

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

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