#405444

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

Shades of Goblin #405444

Tints of Goblin #405444

Color information

#405444 (or 0x405444) is unknown color: approx Goblin. HEX triplet: 40, 54 and 44. RGB value is (64,84,68). Sum of RGB (Red+Green+Blue) = 64+84+68=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 84 - color contains mainly: green. Hex color #405444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405444 is #BFABBB. Grayscale: #4C4C4C. Windows color (decimal): -12561340 or 4478016. OLE color: 4478016.

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

Color convert

RGB648468-
CMYK0.2400.190.67
HSL132º13.51%29.02%-
HSV(B)132º23.81%32.94%-
XYZ6.337.856.65-
YUV76.2123.37119.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.63%
GREEN value IS 84 (33.20% from 255) = 38.89%
BLUE value IS 68 (26.95% from 255) = 31.48%
R=29.63%
G=38.89%
B=31.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484680.2400.190.6713213.5129.02
Hex405444180134384e1d
Octal100124104300231032041635
Binary10000001010100100010011000010011100001110000100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405444; }

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

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

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

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

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

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

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

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