#464534

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

Shades of Camouflage #464534

Tints of Camouflage #464534

Color information

#464534 (or 0x464534) is unknown color: approx Camouflage. HEX triplet: 46, 45 and 34. RGB value is (70,69,52). Sum of RGB (Red+Green+Blue) = 70+69+52=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 70 - color contains mainly: red. Hex color #464534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464534 is #B9BACB. Grayscale: #434343. Windows color (decimal): -12171980 or 3425606. OLE color: 3425606.

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

Color convert

RGB706952-
CMYK00.010.260.73
HSL56.67º14.75%23.92%-
HSV(B)56.67º25.71%27.45%-
XYZ5.275.814.09-
YUV67.36119.33129.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.65%
GREEN value IS 69 (27.34% from 255) = 36.13%
BLUE value IS 52 (20.70% from 255) = 27.23%
R=36.65%
G=36.13%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70695200.010.260.7356.6714.7523.92
Hex464534011A4939f18
Octal106105640132111711730
Binary1000110100010111010001110101001001111001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464534; }

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

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

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

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

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

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

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

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