#395540

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

Shades of Goblin #395540

Tints of Goblin #395540

Color information

#395540 (or 0x395540) is unknown color: approx Goblin. HEX triplet: 39, 55 and 40. RGB value is (57,85,64). Sum of RGB (Red+Green+Blue) = 57+85+64=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 85 - color contains mainly: green. Hex color #395540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395540 is #C6AABF. Grayscale: #4A4A4A. Windows color (decimal): -13019840 or 4216121. OLE color: 4216121.

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

Color convert

RGB578564-
CMYK0.3300.250.67
HSL135º19.72%27.84%-
HSV(B)135º32.94%33.33%-
XYZ5.867.746.03-
YUV74.23122.22115.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 85 (33.59% from 255) = 41.26%
BLUE value IS 64 (25.39% from 255) = 31.07%
R=27.67%
G=41.26%
B=31.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785640.3300.250.6713519.7227.84
Hex395540210194387141c
Octal71125100410311032072434
Binary111001101010110000001000010110011000011100001111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395540; }

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

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

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

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

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

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

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

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