#405544

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

Shades of Goblin #405544

Tints of Goblin #405544

Color information

#405544 (or 0x405544) is unknown color: approx Goblin. HEX triplet: 40, 55 and 44. RGB value is (64,85,68). Sum of RGB (Red+Green+Blue) = 64+85+68=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 85 - color contains mainly: green. Hex color #405544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405544 is #BFAABB. Grayscale: #4C4C4C. Windows color (decimal): -12561084 or 4478272. OLE color: 4478272.

HSL color Cylindrical-coordinate representation of color #405544: hue angle of 131.43º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #405544 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB648568-
CMYK0.2500.200.67
HSL131.43º14.09%29.22%-
HSV(B)131.43º24.71%33.33%-
XYZ6.4186.68-
YUV76.78123.04118.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.49%
GREEN value IS 85 (33.59% from 255) = 39.17%
BLUE value IS 68 (26.95% from 255) = 31.34%
R=29.49%
G=39.17%
B=31.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485680.2500.200.67131.4314.0929.22
Hex405544190144383e1d
Octal100125104310241032031635
Binary10000001010101100010011001010100100001110000011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405544; }

 p { color: rgb(64,85,68); }

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

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

 a { background-color: rgb(64,85,68); }

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

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

 span { border-color: rgb(64,85,68); }

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