#395D46

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

Shades of Goblin #395D46

Tints of Goblin #395D46

Color information

#395D46 (or 0x395D46) is unknown color: approx Goblin. HEX triplet: 39, 5D and 46. RGB value is (57,93,70). Sum of RGB (Red+Green+Blue) = 57+93+70=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 93 - color contains mainly: green. Hex color #395D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395D46 is #C6A2B9. Grayscale: #4F4F4F. Windows color (decimal): -13017786 or 4611385. OLE color: 4611385.

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

Color convert

RGB579370-
CMYK0.3900.250.64
HSL141.67º24%29.41%-
HSV(B)141.67º38.71%36.47%-
XYZ6.719.147.21-
YUV79.61122.57111.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.91%
GREEN value IS 93 (36.72% from 255) = 42.27%
BLUE value IS 70 (27.73% from 255) = 31.82%
R=25.91%
G=42.27%
B=31.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5793700.3900.250.64141.672429.41
Hex395D4627019408e181d
Octal71135106470311002163035
Binary111001101110110001101001110110011000000100011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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