#395440

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

Shades of Goblin #395440

Tints of Goblin #395440

Color information

#395440 (or 0x395440) is unknown color: approx Goblin. HEX triplet: 39, 54 and 40. RGB value is (57,84,64). Sum of RGB (Red+Green+Blue) = 57+84+64=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 84 - color contains mainly: green. Hex color #395440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395440 is #C6ABBF. Grayscale: #494949. Windows color (decimal): -13020096 or 4215865. OLE color: 4215865.

HSL color Cylindrical-coordinate representation of color #395440: hue angle of 135.56º 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 #395440 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB578464-
CMYK0.3200.240.67
HSL135.56º19.15%27.65%-
HSV(B)135.56º32.14%32.94%-
XYZ5.787.586.01-
YUV73.65122.55116.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.80%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=27.80%
G=40.98%
B=31.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5784640.3200.240.67135.5619.1527.65
Hex395440200184388131c
Octal71124100400301032102334
Binary111001101010010000001000000110001000011100010001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395440; }

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

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

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

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

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

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

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

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