#395042

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

Shades of Goblin #395042

Tints of Goblin #395042

Color information

#395042 (or 0x395042) is unknown color: approx Goblin. HEX triplet: 39, 50 and 42. RGB value is (57,80,66). Sum of RGB (Red+Green+Blue) = 57+80+66=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 80 - color contains mainly: green. Hex color #395042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395042 is #C6AFBD. Grayscale: #474747. Windows color (decimal): -13021118 or 4345913. OLE color: 4345913.

HSL color Cylindrical-coordinate representation of color #395042: hue angle of 143.48º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #395042 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB578066-
CMYK0.2900.170.69
HSL143.48º16.79%26.86%-
HSV(B)143.48º28.75%31.37%-
XYZ5.5476.21-
YUV71.53124.88117.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.08%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 66 (26.17% from 255) = 32.51%
R=28.08%
G=39.41%
B=32.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5780660.2900.170.69143.4816.7926.86
Hex3950421D011458f111b
Octal71120102350211052172133
Binary11100110100001000010111010100011000101100011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395042; }

 p { color: rgb(57,80,66); }

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

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

 a { background-color: rgb(57,80,66); }

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

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

 span { border-color: rgb(57,80,66); }

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