#353730

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

Shades of Log Cabin #353730

Tints of Log Cabin #353730

Color information

#353730 (or 0x353730) is unknown color: approx Log Cabin. HEX triplet: 35, 37 and 30. RGB value is (53,55,48). Sum of RGB (Red+Green+Blue) = 53+55+48=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 55 - color contains mainly: green. Hex color #353730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353730 is #CAC8CF. Grayscale: #353535. Windows color (decimal): -13289680 or 3159861. OLE color: 3159861.

HSL color Cylindrical-coordinate representation of color #353730: hue angle of 77.14º degrees, saturation: 0.07, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #353730 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.78.

Color convert

RGB535548-
CMYK0.0400.130.78
HSL77.14º6.8%20.2%-
HSV(B)77.14º12.73%21.57%-
XYZ3.373.73.33-
YUV53.6124.84127.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 55 (21.88% from 255) = 35.26%
BLUE value IS 48 (19.14% from 255) = 30.77%
R=33.97%
G=35.26%
B=30.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5355480.0400.130.7877.146.820.2
Hex35373040D4E4d714
Octal6567604015116115724
Binary110101110111110000100011011001110100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353730; }

 p { color: rgb(53,55,48); }

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

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

 a { background-color: rgb(53,55,48); }

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

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

 span { border-color: rgb(53,55,48); }

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