Html Css Color HEX #3F4634 Log Cabin

📋 copy color: '#3F4634'

red 63 ◦ green 70 ◦ blue 52

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

Shades of Log Cabin #3F4634

Tints of Log Cabin #3F4634

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.7% from 255) = 28.11%

R = 34.05%
G = 37.84%
B = 28.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

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

RGB 63 70 52 -
CMYK 0.10 0 0.26 0.73
HSL 83.33º 0.15% 0.24% -
HSV(B) 83.33º 0.26% 0.27% -
XYZ 4.86 5.69 4.09 -
YUV 65.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 63 70 52 0.10 0 0.26 0.73 83.33 0.15 0.24
Hex 3F 46 34 A 0 1A 49 53 F 18
Octal 77 106 64 12 0 32 111 123 17 30
Binary 111111 1000110 110100 1010 0 11010 1001001 1010011 1111 11000

Color Harmonies of #3F4634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4634

Black with #3F4634

Text Example


Text Example

White with #3F4634

Text Example


Text Example

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