#395544

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

Shades of Goblin #395544

Tints of Goblin #395544

Color information

#395544 (or 0x395544) is unknown color: approx Goblin. HEX triplet: 39, 55 and 44. RGB value is (57,85,68). Sum of RGB (Red+Green+Blue) = 57+85+68=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #395544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395544 is #C6AABB. Grayscale: #4A4A4A. Windows color (decimal): -13019836 or 4478265. OLE color: 4478265.

HSL color Cylindrical-coordinate representation of color #395544: hue angle of 143.57º 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 #395544 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB578568-
CMYK0.3300.200.67
HSL143.57º19.72%27.84%-
HSV(B)143.57º32.94%33.33%-
XYZ5.987.786.66-
YUV74.69124.22115.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 85 (33.59% from 255) = 40.48%
BLUE value IS 68 (26.95% from 255) = 32.38%
R=27.14%
G=40.48%
B=32.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785680.3300.200.67143.5719.7227.84
Hex395544210144390141c
Octal71125104410241032202434
Binary111001101010110001001000010101001000011100100001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395544; }

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

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

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

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

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

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

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

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