#404542

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

Shades of Goblin #404542

Tints of Goblin #404542

Color information

#404542 (or 0x404542) is unknown color: approx Goblin. HEX triplet: 40, 45 and 42. RGB value is (64,69,66). Sum of RGB (Red+Green+Blue) = 64+69+66=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 69 - color contains mainly: green. Hex color #404542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404542 is #BFBABD. Grayscale: #434343. Windows color (decimal): -12565182 or 4343104. OLE color: 4343104.

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

Color convert

RGB646966-
CMYK0.0700.040.73
HSL144º3.76%26.08%-
HSV(B)144º7.25%27.06%-
XYZ5.235.745.99-
YUV67.16127.34125.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.16%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 66 (26.17% from 255) = 33.17%
R=32.16%
G=34.67%
B=33.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6469660.0700.040.731443.7626.08
Hex404542704499041a
Octal100105102704111220432
Binary100000010001011000010111010010010011001000010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404542; }

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

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

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

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

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

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

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

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