#464537

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

Shades of Camouflage #464537

Tints of Camouflage #464537

Color information

#464537 (or 0x464537) is unknown color: approx Camouflage. HEX triplet: 46, 45 and 37. RGB value is (70,69,55). Sum of RGB (Red+Green+Blue) = 70+69+55=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 55 (21.88% from 255 or 28.35% from 194); Max value from RGB is 70 - color contains mainly: red. Hex color #464537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464537 is #B9BAC8. Grayscale: #434343. Windows color (decimal): -12171977 or 3622214. OLE color: 3622214.

HSL color Cylindrical-coordinate representation of color #464537: hue angle of 56º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #464537 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.73.

Color convert

RGB706955-
CMYK00.010.210.73
HSL56º12%24.51%-
HSV(B)56º21.43%27.45%-
XYZ5.345.834.46-
YUV67.7120.83129.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 55 (21.88% from 255) = 28.35%
R=36.08%
G=35.57%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70695500.010.210.73561224.51
Hex46453701154938c19
Octal106105670125111701431
Binary1000110100010111011101101011001001111000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464537; }

 p { color: rgb(70,69,55); }

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

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

 a { background-color: rgb(70,69,55); }

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

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

 span { border-color: rgb(70,69,55); }

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