#748462

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

Shades of Camouflage Green #748462

Tints of Camouflage Green #748462

Color information

#748462 (or 0x748462) is unknown color: approx Camouflage Green. HEX triplet: 74, 84 and 62. RGB value is (116,132,98). Sum of RGB (Red+Green+Blue) = 116+132+98=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 132 - color contains mainly: green. Hex color #748462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748462 is #8B7B9D. Grayscale: #7B7B7B. Windows color (decimal): -9141150 or 6456436. OLE color: 6456436.

HSL color Cylindrical-coordinate representation of color #748462: hue angle of 88.24º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #748462 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB11613298-
CMYK0.1200.260.48
HSL88.24º14.78%45.1%-
HSV(B)88.24º25.76%51.76%-
XYZ17.6621.114.7-
YUV123.34113.7122.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 132 (51.95% from 255) = 38.15%
BLUE value IS 98 (38.67% from 255) = 28.32%
R=33.53%
G=38.15%
B=28.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116132980.1200.260.4888.2414.7845.1
Hex748462C01A3058f2d
Octal16420414214032601301755
Binary1110100100001001100010110001101011000010110001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748462; }

 p { color: rgb(116,132,98); }

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

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

 a { background-color: rgb(116,132,98); }

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

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

 span { border-color: rgb(116,132,98); }

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