#35382F

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

Shades of Log Cabin #35382F

Tints of Log Cabin #35382F

Color information

#35382F (or 0x35382F) is unknown color: approx Log Cabin. HEX triplet: 35, 38 and 2F. RGB value is (53,56,47). Sum of RGB (Red+Green+Blue) = 53+56+47=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 56 - color contains mainly: green. Hex color #35382F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35382F is #CAC7D0. Grayscale: #363636. Windows color (decimal): -13289425 or 3094581. OLE color: 3094581.

HSL color Cylindrical-coordinate representation of color #35382F: hue angle of 80º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #35382F is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB535647-
CMYK0.0500.160.78
HSL80º8.74%20.2%-
HSV(B)80º16.07%21.96%-
XYZ3.43.793.24-
YUV54.08124.01127.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 56 (22.27% from 255) = 35.90%
BLUE value IS 47 (18.75% from 255) = 30.13%
R=33.97%
G=35.90%
B=30.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5356470.0500.160.78808.7420.2
Hex35382F50104E50914
Octal65705750201161201124
Binary11010111100010111110101000010011101010000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35382F; }

 p { color: rgb(53,56,47); }

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

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

 a { background-color: rgb(53,56,47); }

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

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

 span { border-color: rgb(53,56,47); }

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