#405344

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

Shades of Goblin #405344

Tints of Goblin #405344

Color information

#405344 (or 0x405344) is unknown color: approx Goblin. HEX triplet: 40, 53 and 44. RGB value is (64,83,68). Sum of RGB (Red+Green+Blue) = 64+83+68=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 83 - color contains mainly: green. Hex color #405344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405344 is #BFACBB. Grayscale: #4B4B4B. Windows color (decimal): -12561596 or 4477760. OLE color: 4477760.

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

Color convert

RGB648368-
CMYK0.2300.180.67
HSL132.63º12.93%28.82%-
HSV(B)132.63º22.89%32.55%-
XYZ6.257.696.62-
YUV75.61123.71119.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.77%
GREEN value IS 83 (32.81% from 255) = 38.60%
BLUE value IS 68 (26.95% from 255) = 31.63%
R=29.77%
G=38.60%
B=31.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6483680.2300.180.67132.6312.9328.82
Hex405344170124385d1d
Octal100123104270221032051535
Binary10000001010011100010010111010010100001110000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405344; }

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

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

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

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

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

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

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

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