#353A2C

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

Shades of Log Cabin #353A2C

Tints of Log Cabin #353A2C

Color information

#353A2C (or 0x353A2C) is unknown color: approx Log Cabin. HEX triplet: 35, 3A and 2C. RGB value is (53,58,44). Sum of RGB (Red+Green+Blue) = 53+58+44=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 58 - color contains mainly: green. Hex color #353A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A2C is #CAC5D3. Grayscale: #363636. Windows color (decimal): -13288916 or 2898485. OLE color: 2898485.

HSL color Cylindrical-coordinate representation of color #353A2C: hue angle of 81.43º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #353A2C is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.

Color convert

RGB535844-
CMYK0.0900.240.77
HSL81.43º13.73%20%-
HSV(B)81.43º24.14%22.75%-
XYZ3.443.962.97-
YUV54.91121.84126.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.19%
GREEN value IS 58 (23.05% from 255) = 37.42%
BLUE value IS 44 (17.58% from 255) = 28.39%
R=34.19%
G=37.42%
B=28.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5358440.0900.240.7781.4313.7320
Hex353A2C90184D51e14
Octal657254110301151211624
Binary110101111010101100100101100010011011010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353A2C; }

 p { color: rgb(53,58,44); }

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

<style>
 a { background-color: #353A2C; }

 a { background-color: rgb(53,58,44); }

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

<style>
 span { border-color: #353A2C; }

 span { border-color: rgb(53,58,44); }

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