#404842

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

Shades of Goblin #404842

Tints of Goblin #404842

Color information

#404842 (or 0x404842) is unknown color: approx Goblin. HEX triplet: 40, 48 and 42. RGB value is (64,72,66). Sum of RGB (Red+Green+Blue) = 64+72+66=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 72 - color contains mainly: green. Hex color #404842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404842 is #BFB7BD. Grayscale: #444444. Windows color (decimal): -12564414 or 4343872. OLE color: 4343872.

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

Color convert

RGB647266-
CMYK0.1100.080.72
HSL135º5.88%26.67%-
HSV(B)135º11.11%28.24%-
XYZ5.426.126.05-
YUV68.92126.35124.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.68%
GREEN value IS 72 (28.52% from 255) = 35.64%
BLUE value IS 66 (26.17% from 255) = 32.67%
R=31.68%
G=35.64%
B=32.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6472660.1100.080.721355.8826.67
Hex404842B08488761b
Octal10011010213010110207633
Binary10000001001000100001010110100010010001000011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404842; }

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

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

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

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

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

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

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

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