#395D45

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

Shades of Goblin #395D45

Tints of Goblin #395D45

Color information

#395D45 (or 0x395D45) is unknown color: approx Goblin. HEX triplet: 39, 5D and 45. RGB value is (57,93,69). Sum of RGB (Red+Green+Blue) = 57+93+69=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 93 (36.72% from 255 or 42.47% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 93 - color contains mainly: green. Hex color #395D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395D45 is #C6A2BA. Grayscale: #4F4F4F. Windows color (decimal): -13017787 or 4545849. OLE color: 4545849.

HSL color Cylindrical-coordinate representation of color #395D45: hue angle of 140º 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 #395D45 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB579369-
CMYK0.3900.260.64
HSL140º24%29.41%-
HSV(B)140º38.71%36.47%-
XYZ6.689.137.04-
YUV79.5122.07111.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.03%
GREEN value IS 93 (36.72% from 255) = 42.47%
BLUE value IS 69 (27.34% from 255) = 31.51%
R=26.03%
G=42.47%
B=31.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5793690.3900.260.641402429.41
Hex395D452701A408c181d
Octal71135105470321002143035
Binary111001101110110001011001110110101000000100011001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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