#404634

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

Shades of Log Cabin #404634

Tints of Log Cabin #404634

Color information

#404634 (or 0x404634) is unknown color: approx Log Cabin. HEX triplet: 40, 46 and 34. RGB value is (64,70,52). Sum of RGB (Red+Green+Blue) = 64+70+52=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 70 - color contains mainly: green. Hex color #404634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404634 is #BFB9CB. Grayscale: #424242. Windows color (decimal): -12564940 or 3425856. OLE color: 3425856.

HSL color Cylindrical-coordinate representation of color #404634: hue angle of 80º 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 #404634 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB647052-
CMYK0.0900.260.73
HSL80º14.75%23.92%-
HSV(B)80º25.71%27.45%-
XYZ4.925.724.09-
YUV66.15120.01126.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.41%
GREEN value IS 70 (27.73% from 255) = 37.63%
BLUE value IS 52 (20.70% from 255) = 27.96%
R=34.41%
G=37.63%
B=27.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6470520.0900.260.738014.7523.92
Hex404634901A4950f18
Octal10010664110321111201730
Binary10000001000110110100100101101010010011010000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404634; }

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

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

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

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

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

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

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

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