#3C4330

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

Shades of Log Cabin #3C4330

Tints of Log Cabin #3C4330

Color information

#3C4330 (or 0x3C4330) is unknown color: approx Log Cabin. HEX triplet: 3C, 43 and 30. RGB value is (60,67,48). Sum of RGB (Red+Green+Blue) = 60+67+48=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 67 - color contains mainly: green. Hex color #3C4330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4330 is #C3BCCF. Grayscale: #3E3E3E. Windows color (decimal): -12827856 or 3162940. OLE color: 3162940.

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

Color convert

RGB606748-
CMYK0.1000.280.74
HSL82.11º16.52%22.55%-
HSV(B)82.11º28.36%26.27%-
XYZ4.45.193.57-
YUV62.74119.68126.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.29%
GREEN value IS 67 (26.56% from 255) = 38.29%
BLUE value IS 48 (19.14% from 255) = 27.43%
R=34.29%
G=38.29%
B=27.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6067480.1000.280.7482.1116.5222.55
Hex3C4330A01C4A521117
Octal7410360120341121222127
Binary11110010000111100001010011100100101010100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,67,48); }

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

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

 a { background-color: rgb(60,67,48); }

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

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

 span { border-color: rgb(60,67,48); }

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