#395441

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

Shades of Goblin #395441

Tints of Goblin #395441

Color information

#395441 (or 0x395441) is unknown color: approx Goblin. HEX triplet: 39, 54 and 41. RGB value is (57,84,65). Sum of RGB (Red+Green+Blue) = 57+84+65=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 84 - color contains mainly: green. Hex color #395441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395441 is #C6ABBE. Grayscale: #494949. Windows color (decimal): -13020095 or 4281401. OLE color: 4281401.

HSL color Cylindrical-coordinate representation of color #395441: hue angle of 137.78º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #395441 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB578465-
CMYK0.3200.230.67
HSL137.78º19.15%27.65%-
HSV(B)137.78º32.14%32.94%-
XYZ5.817.596.16-
YUV73.76123.05116.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 84 (33.20% from 255) = 40.78%
BLUE value IS 65 (25.78% from 255) = 31.55%
R=27.67%
G=40.78%
B=31.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5784650.3200.230.67137.7819.1527.65
Hex39544120017438a131c
Octal71124101400271032122334
Binary111001101010010000011000000101111000011100010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395441; }

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

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

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

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

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

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

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

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