#404742

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

Shades of Goblin #404742

Tints of Goblin #404742

Color information

#404742 (or 0x404742) is unknown color: approx Goblin. HEX triplet: 40, 47 and 42. RGB value is (64,71,66). Sum of RGB (Red+Green+Blue) = 64+71+66=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 71 - color contains mainly: green. Hex color #404742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404742 is #BFB8BD. Grayscale: #444444. Windows color (decimal): -12564670 or 4343616. OLE color: 4343616.

HSL color Cylindrical-coordinate representation of color #404742: hue angle of 137.14º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #404742 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB647166-
CMYK0.1000.070.72
HSL137.14º5.19%26.47%-
HSV(B)137.14º9.86%27.84%-
XYZ5.355.996.03-
YUV68.34126.68124.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 66 (26.17% from 255) = 32.84%
R=31.84%
G=35.32%
B=32.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6471660.1000.070.72137.145.1926.47
Hex404742A07488951a
Octal1001071021207110211532
Binary1000000100011110000101010011110010001000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404742; }

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

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

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

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

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

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

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

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