#3C422F

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

Shades of Log Cabin #3C422F

Tints of Log Cabin #3C422F

Color information

#3C422F (or 0x3C422F) is unknown color: approx Log Cabin. HEX triplet: 3C, 42 and 2F. RGB value is (60,66,47). Sum of RGB (Red+Green+Blue) = 60+66+47=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 66 - color contains mainly: green. Hex color #3C422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C422F is #C3BDD0. Grayscale: #3E3E3E. Windows color (decimal): -12828113 or 3097148. OLE color: 3097148.

HSL color Cylindrical-coordinate representation of color #3C422F: hue angle of 78.95º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3C422F is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB606647-
CMYK0.0900.290.74
HSL78.95º16.81%22.16%-
HSV(B)78.95º28.79%25.88%-
XYZ4.325.063.44-
YUV62.04119.51126.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.68%
GREEN value IS 66 (26.17% from 255) = 38.15%
BLUE value IS 47 (18.75% from 255) = 27.17%
R=34.68%
G=38.15%
B=27.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6066470.0900.290.7478.9516.8122.16
Hex3C422F901D4A4f1116
Octal7410257110351121172126
Binary11110010000101011111001011101100101010011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,66,47); }

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

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

 a { background-color: rgb(60,66,47); }

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

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

 span { border-color: rgb(60,66,47); }

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