#3E462E

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

Shades of Log Cabin #3E462E

Tints of Log Cabin #3E462E

Color information

#3E462E (or 0x3E462E) is unknown color: approx Log Cabin. HEX triplet: 3E, 46 and 2E. RGB value is (62,70,46). Sum of RGB (Red+Green+Blue) = 62+70+46=178 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.83% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 70 - color contains mainly: green. Hex color #3E462E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E462E is #C1B9D1. Grayscale: #404040. Windows color (decimal): -12696018 or 3032638. OLE color: 3032638.

HSL color Cylindrical-coordinate representation of color #3E462E: hue angle of 80º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3E462E is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB627046-
CMYK0.1100.340.73
HSL80º20.69%22.75%-
HSV(B)80º34.29%27.45%-
XYZ4.675.63.42-
YUV64.87117.35125.95-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.83%
GREEN value IS 70 (27.73% from 255) = 39.33%
BLUE value IS 46 (18.36% from 255) = 25.84%
R=34.83%
G=39.33%
B=25.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6270460.1100.340.738020.6922.75
Hex3E462EB02249501517
Octal7610656130421111202527
Binary111110100011010111010110100010100100110100001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E462E; }

 p { color: rgb(62,70,46); }

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

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

 a { background-color: rgb(62,70,46); }

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

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

 span { border-color: rgb(62,70,46); }

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