#3B4030

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

Shades of Log Cabin #3B4030

Tints of Log Cabin #3B4030

Color information

#3B4030 (or 0x3B4030) is unknown color: approx Log Cabin. HEX triplet: 3B, 40 and 30. RGB value is (59,64,48). Sum of RGB (Red+Green+Blue) = 59+64+48=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 64 - color contains mainly: green. Hex color #3B4030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4030 is #C4BFCF. Grayscale: #3C3C3C. Windows color (decimal): -12894160 or 3162171. OLE color: 3162171.

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

Color convert

RGB596448-
CMYK0.0800.250.75
HSL78.75º14.29%21.96%-
HSV(B)78.75º25%25.1%-
XYZ4.174.813.5-
YUV60.68120.84126.8-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.50%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 48 (19.14% from 255) = 28.07%
R=34.50%
G=37.43%
B=28.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5964480.0800.250.7578.7514.2921.96
Hex3B403080194B4fe16
Octal7310060100311131171626
Binary1110111000000110000100001100110010111001111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,64,48); }

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

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

 a { background-color: rgb(59,64,48); }

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

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

 span { border-color: rgb(59,64,48); }

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