#395541

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

Shades of Goblin #395541

Tints of Goblin #395541

Color information

#395541 (or 0x395541) is unknown color: approx Goblin. HEX triplet: 39, 55 and 41. RGB value is (57,85,65). Sum of RGB (Red+Green+Blue) = 57+85+65=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #395541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395541 is #C6AABE. Grayscale: #4A4A4A. Windows color (decimal): -13019839 or 4281657. OLE color: 4281657.

HSL color Cylindrical-coordinate representation of color #395541: hue angle of 137.14º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #395541 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB578565-
CMYK0.3300.240.67
HSL137.14º19.72%27.84%-
HSV(B)137.14º32.94%33.33%-
XYZ5.897.756.19-
YUV74.35122.72115.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.54%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 65 (25.78% from 255) = 31.40%
R=27.54%
G=41.06%
B=31.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785650.3300.240.67137.1419.7227.84
Hex395541210184389141c
Octal71125101410301032112434
Binary111001101010110000011000010110001000011100010011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395541; }

 p { color: rgb(57,85,65); }

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

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

 a { background-color: rgb(57,85,65); }

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

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

 span { border-color: rgb(57,85,65); }

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