#395741

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

Shades of Goblin #395741

Tints of Goblin #395741

Color information

#395741 (or 0x395741) is unknown color: approx Goblin. HEX triplet: 39, 57 and 41. RGB value is (57,87,65). Sum of RGB (Red+Green+Blue) = 57+87+65=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 87 - color contains mainly: green. Hex color #395741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395741 is #C6A8BE. Grayscale: #4B4B4B. Windows color (decimal): -13019327 or 4282169. OLE color: 4282169.

HSL color Cylindrical-coordinate representation of color #395741: hue angle of 136º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #395741 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB578765-
CMYK0.3400.250.66
HSL136º20.83%28.24%-
HSV(B)136º34.48%34.12%-
XYZ6.058.076.24-
YUV75.52122.06114.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.27%
GREEN value IS 87 (34.38% from 255) = 41.63%
BLUE value IS 65 (25.78% from 255) = 31.10%
R=27.27%
G=41.63%
B=31.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5787650.3400.250.6613620.8328.24
Hex395741220194288151c
Octal71127101420311022102534
Binary111001101011110000011000100110011000010100010001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395741; }

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

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

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

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

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

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

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

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