#404D45

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

Shades of Goblin #404D45

Tints of Goblin #404D45

Color information

#404D45 (or 0x404D45) is unknown color: approx Goblin. HEX triplet: 40, 4D and 45. RGB value is (64,77,69). Sum of RGB (Red+Green+Blue) = 64+77+69=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 77 - color contains mainly: green. Hex color #404D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404D45 is #BFB2BA. Grayscale: #484848. Windows color (decimal): -12563131 or 4541760. OLE color: 4541760.

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

Color convert

RGB647769-
CMYK0.1700.100.70
HSL143.08º9.22%27.65%-
HSV(B)143.08º16.88%30.2%-
XYZ5.846.836.64-
YUV72.2126.19122.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 77 (30.47% from 255) = 36.67%
BLUE value IS 69 (27.34% from 255) = 32.86%
R=30.48%
G=36.67%
B=32.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6477690.1700.100.70143.089.2227.65
Hex404D45110A468f91c
Octal100115105210121062171134
Binary1000000100110110001011000101010100011010001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,77,69); }

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

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

 a { background-color: rgb(64,77,69); }

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

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

 span { border-color: rgb(64,77,69); }

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