#353B2A

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

Shades of Log Cabin #353B2A

Tints of Log Cabin #353B2A

Color information

#353B2A (or 0x353B2A) is unknown color: approx Log Cabin. HEX triplet: 35, 3B and 2A. RGB value is (53,59,42). Sum of RGB (Red+Green+Blue) = 53+59+42=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 59 - color contains mainly: green. Hex color #353B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B2A is #CAC4D5. Grayscale: #373737. Windows color (decimal): -13288662 or 2767669. OLE color: 2767669.

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

Color convert

RGB535942-
CMYK0.1000.290.77
HSL81.18º16.83%19.8%-
HSV(B)81.18º28.81%23.14%-
XYZ3.454.052.79-
YUV55.27120.51126.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.42%
GREEN value IS 59 (23.44% from 255) = 38.31%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=34.42%
G=38.31%
B=27.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5359420.1000.290.7781.1816.8319.8
Hex353B2AA01D4D511114
Octal657352120351151212124
Binary1101011110111010101010011101100110110100011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,59,42); }

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

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

 a { background-color: rgb(53,59,42); }

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

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

 span { border-color: rgb(53,59,42); }

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