#404642

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

Shades of Goblin #404642

Tints of Goblin #404642

Color information

#404642 (or 0x404642) is unknown color: approx Goblin. HEX triplet: 40, 46 and 42. RGB value is (64,70,66). Sum of RGB (Red+Green+Blue) = 64+70+66=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 70 - color contains mainly: green. Hex color #404642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404642 is #BFB9BD. Grayscale: #434343. Windows color (decimal): -12564926 or 4343360. OLE color: 4343360.

HSL color Cylindrical-coordinate representation of color #404642: hue angle of 140º degrees, saturation: 0.04, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #404642 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB647066-
CMYK0.0900.060.73
HSL140º4.48%26.27%-
HSV(B)140º8.57%27.45%-
XYZ5.295.866.01-
YUV67.75127.01125.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32%
GREEN value IS 70 (27.73% from 255) = 35%
BLUE value IS 66 (26.17% from 255) = 33%
R=32%
G=35%
B=33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6470660.0900.060.731404.4826.27
Hex404642906498c41a
Octal1001061021106111214432
Binary1000000100011010000101001011010010011000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404642; }

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

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

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

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

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

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

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

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