#363930

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

Shades of Log Cabin #363930

Tints of Log Cabin #363930

Color information

#363930 (or 0x363930) is unknown color: approx Log Cabin. HEX triplet: 36, 39 and 30. RGB value is (54,57,48). Sum of RGB (Red+Green+Blue) = 54+57+48=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 57 - color contains mainly: green. Hex color #363930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363930 is #C9C6CF. Grayscale: #373737. Windows color (decimal): -13223632 or 3160374. OLE color: 3160374.

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

Color convert

RGB545748-
CMYK0.0500.160.78
HSL80º8.57%20.59%-
HSV(B)80º15.79%22.35%-
XYZ3.523.923.37-
YUV55.08124.01127.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.96%
GREEN value IS 57 (22.66% from 255) = 35.85%
BLUE value IS 48 (19.14% from 255) = 30.19%
R=33.96%
G=35.85%
B=30.19%

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
Decimal5457480.0500.160.78808.5720.59
Hex36393050104E50915
Octal66716050201161201125
Binary11011011100111000010101000010011101010000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363930; }

 p { color: rgb(54,57,48); }

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

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

 a { background-color: rgb(54,57,48); }

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

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

 span { border-color: rgb(54,57,48); }

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