#3B4132

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

Shades of Log Cabin #3B4132

Tints of Log Cabin #3B4132

Color information

#3B4132 (or 0x3B4132) is unknown color: approx Log Cabin. HEX triplet: 3B, 41 and 32. RGB value is (59,65,50). Sum of RGB (Red+Green+Blue) = 59+65+50=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 65 - color contains mainly: green. Hex color #3B4132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4132 is #C4BECD. Grayscale: #3D3D3D. Windows color (decimal): -12893902 or 3293499. OLE color: 3293499.

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

Color convert

RGB596550-
CMYK0.0900.230.75
HSL84º13.04%22.55%-
HSV(B)84º23.08%25.49%-
XYZ4.274.943.75-
YUV61.5121.51126.22-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.91%
GREEN value IS 65 (25.78% from 255) = 37.36%
BLUE value IS 50 (19.92% from 255) = 28.74%
R=33.91%
G=37.36%
B=28.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5965500.0900.230.758413.0422.55
Hex3B413290174B54d17
Octal7310162110271131241527
Binary1110111000001110010100101011110010111010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,65,50); }

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

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

 a { background-color: rgb(59,65,50); }

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

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

 span { border-color: rgb(59,65,50); }

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