#3F4634

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

Shades of Log Cabin #3F4634

Tints of Log Cabin #3F4634

Color information

#3F4634 (or 0x3F4634) is unknown color: approx Log Cabin. HEX triplet: 3F, 46 and 34. RGB value is (63,70,52). Sum of RGB (Red+Green+Blue) = 63+70+52=185 (24% of max value = 765). Red value is 63 (25% from 255 or 34.05% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 70 - color contains mainly: green. Hex color #3F4634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4634 is #C0B9CB. Grayscale: #414141. Windows color (decimal): -12630476 or 3425855. OLE color: 3425855.

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

Color convert

RGB637052-
CMYK0.1000.260.73
HSL83.33º14.75%23.92%-
HSV(B)83.33º25.71%27.45%-
XYZ4.865.694.09-
YUV65.85120.18125.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.05%
GREEN value IS 70 (27.73% from 255) = 37.84%
BLUE value IS 52 (20.70% from 255) = 28.11%
R=34.05%
G=37.84%
B=28.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6370520.1000.260.7383.3314.7523.92
Hex3F4634A01A4953f18
Octal7710664120321111231730
Binary1111111000110110100101001101010010011010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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