#395D44

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

Shades of Goblin #395D44

Tints of Goblin #395D44

Color information

#395D44 (or 0x395D44) is unknown color: approx Goblin. HEX triplet: 39, 5D and 44. RGB value is (57,93,68). Sum of RGB (Red+Green+Blue) = 57+93+68=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 93 - color contains mainly: green. Hex color #395D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395D44 is #C6A2BB. Grayscale: #4F4F4F. Windows color (decimal): -13017788 or 4480313. OLE color: 4480313.

HSL color Cylindrical-coordinate representation of color #395D44: hue angle of 138.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #395D44 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB579368-
CMYK0.3900.270.64
HSL138.33º24%29.41%-
HSV(B)138.33º38.71%36.47%-
XYZ6.659.126.88-
YUV79.39121.57112.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.15%
GREEN value IS 93 (36.72% from 255) = 42.66%
BLUE value IS 68 (26.95% from 255) = 31.19%
R=26.15%
G=42.66%
B=31.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5793680.3900.270.64138.332429.41
Hex395D442701B408a181d
Octal71135104470331002123035
Binary111001101110110001001001110110111000000100010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395D44; }

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

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

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

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

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

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

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

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