#394840

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

Shades of Goblin #394840

Tints of Goblin #394840

Color information

#394840 (or 0x394840) is unknown color: approx Goblin. HEX triplet: 39, 48 and 40. RGB value is (57,72,64). Sum of RGB (Red+Green+Blue) = 57+72+64=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 72 - color contains mainly: green. Hex color #394840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394840 is #C6B7BF. Grayscale: #424242. Windows color (decimal): -13023168 or 4212793. OLE color: 4212793.

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

Color convert

RGB577264-
CMYK0.2100.110.72
HSL148º11.63%25.29%-
HSV(B)148º20.83%28.24%-
XYZ4.935.875.72-
YUV66.6126.53121.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.53%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=29.53%
G=37.31%
B=33.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5772640.2100.110.7214811.6325.29
Hex394840150B4894c19
Octal71110100250131102241431
Binary111001100100010000001010101011100100010010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394840; }

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

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

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

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

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

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

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

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