Html Css Color HEX #3E462E Log Cabin

📋 copy color: '#3E462E'

red 62 ◦ green 70 ◦ blue 46

#3E462E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Log Cabin #3E462E

Tints of Log Cabin #3E462E

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 value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#3E462E (or 0x3E462E) is known color: 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

RGB 62 70 46 -
CMYK 0.11 0 0.34 0.73
HSL 80º 0.21% 0.23% -
HSV(B) 80º 0.34% 0.27% -
XYZ 4.67 5.6 3.42 -
YUV 64.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 62 70 46 0.11 0 0.34 0.73 80 0.21 0.23
Hex 3E 46 2E B 0 22 49 50 15 17
Octal 76 106 56 13 0 42 111 120 25 27
Binary 111110 1000110 101110 1011 0 100010 1001001 1010000 10101 10111

Color Harmonies of #3E462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E462E

Black with #3E462E

Text Example


Text Example

White with #3E462E

Text Example


Text Example

HTML Codes & Css Web 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>