#404C43

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

Shades of Goblin #404C43

Tints of Goblin #404C43

Color information

#404C43 (or 0x404C43) is unknown color: approx Goblin. HEX triplet: 40, 4C and 43. RGB value is (64,76,67). Sum of RGB (Red+Green+Blue) = 64+76+67=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 76 - color contains mainly: green. Hex color #404C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C43 is #BFB3BC. Grayscale: #474747. Windows color (decimal): -12563389 or 4410432. OLE color: 4410432.

HSL color Cylindrical-coordinate representation of color #404C43: hue angle of 135º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #404C43 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB647667-
CMYK0.1600.120.70
HSL135º8.57%27.45%-
HSV(B)135º15.79%29.8%-
XYZ5.716.666.3-
YUV71.39125.52122.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.92%
GREEN value IS 76 (30.08% from 255) = 36.71%
BLUE value IS 67 (26.56% from 255) = 32.37%
R=30.92%
G=36.71%
B=32.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6476670.1600.120.701358.5727.45
Hex404C43100C468791b
Octal100114103200141062071133
Binary1000000100110010000111000001100100011010000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404C43; }

 p { color: rgb(64,76,67); }

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

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

 a { background-color: rgb(64,76,67); }

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

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

 span { border-color: rgb(64,76,67); }

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