#464538

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

Shades of Camouflage #464538

Tints of Camouflage #464538

Color information

#464538 (or 0x464538) is unknown color: approx Camouflage. HEX triplet: 46, 45 and 38. RGB value is (70,69,56). Sum of RGB (Red+Green+Blue) = 70+69+56=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 56 (22.27% from 255 or 28.72% from 195); Max value from RGB is 70 - color contains mainly: red. Hex color #464538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464538 is #B9BAC7. Grayscale: #434343. Windows color (decimal): -12171976 or 3687750. OLE color: 3687750.

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

Color convert

RGB706956-
CMYK00.010.200.73
HSL55.71º11.11%24.71%-
HSV(B)55.71º20%27.45%-
XYZ5.375.844.59-
YUV67.82121.33129.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.90%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 56 (22.27% from 255) = 28.72%
R=35.90%
G=35.38%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70695600.010.200.7355.7111.1124.71
Hex46453801144938b19
Octal106105700124111701331
Binary1000110100010111100001101001001001111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464538; }

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

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

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

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

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

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

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

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