#3C4628

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

Shades of Log Cabin #3C4628

Tints of Log Cabin #3C4628

Color information

#3C4628 (or 0x3C4628) is unknown color: approx Log Cabin. HEX triplet: 3C, 46 and 28. RGB value is (60,70,40). Sum of RGB (Red+Green+Blue) = 60+70+40=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 70 - color contains mainly: green. Hex color #3C4628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4628 is #C3B9D7. Grayscale: #3F3F3F. Windows color (decimal): -12827096 or 2639420. OLE color: 2639420.

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

Color convert

RGB607040-
CMYK0.1400.430.73
HSL80º27.27%21.57%-
HSV(B)80º42.86%27.45%-
XYZ4.445.492.83-
YUV63.59114.69125.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.29%
GREEN value IS 70 (27.73% from 255) = 41.18%
BLUE value IS 40 (16.02% from 255) = 23.53%
R=35.29%
G=41.18%
B=23.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6070400.1400.430.738027.2721.57
Hex3C4628E02B49501b16
Octal7410650160531111203326
Binary111100100011010100011100101011100100110100001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,70,40); }

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

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

 a { background-color: rgb(60,70,40); }

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

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

 span { border-color: rgb(60,70,40); }

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