#464536

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

Shades of Camouflage #464536

Tints of Camouflage #464536

Color information

#464536 (or 0x464536) is unknown color: approx Camouflage. HEX triplet: 46, 45 and 36. RGB value is (70,69,54). Sum of RGB (Red+Green+Blue) = 70+69+54=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 54 (21.48% from 255 or 27.98% from 193); Max value from RGB is 70 - color contains mainly: red. Hex color #464536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464536 is #B9BAC9. Grayscale: #434343. Windows color (decimal): -12171978 or 3556678. OLE color: 3556678.

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

Color convert

RGB706954-
CMYK00.010.230.73
HSL56.25º12.9%24.31%-
HSV(B)56.25º22.86%27.45%-
XYZ5.325.824.33-
YUV67.59120.33129.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 69 (27.34% from 255) = 35.75%
BLUE value IS 54 (21.48% from 255) = 27.98%
R=36.27%
G=35.75%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70695400.010.230.7356.2512.924.31
Hex46453601174938d18
Octal106105660127111701530
Binary1000110100010111011001101111001001111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464536; }

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

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

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

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

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

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

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

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