#464535

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

Shades of Camouflage #464535

Tints of Camouflage #464535

Color information

#464535 (or 0x464535) is unknown color: approx Camouflage. HEX triplet: 46, 45 and 35. RGB value is (70,69,53). Sum of RGB (Red+Green+Blue) = 70+69+53=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 70 - color contains mainly: red. Hex color #464535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464535 is #B9BACA. Grayscale: #434343. Windows color (decimal): -12171979 or 3491142. OLE color: 3491142.

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

Color convert

RGB706953-
CMYK00.010.240.73
HSL56.47º13.82%24.12%-
HSV(B)56.47º24.29%27.45%-
XYZ5.35.824.21-
YUV67.47119.83129.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.46%
GREEN value IS 69 (27.34% from 255) = 35.94%
BLUE value IS 53 (21.09% from 255) = 27.60%
R=36.46%
G=35.94%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70695300.010.240.7356.4713.8224.12
Hex46453501184938e18
Octal106105650130111701630
Binary1000110100010111010101110001001001111000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464535; }

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

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

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

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

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

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

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

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