#405B48

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

Shades of Goblin #405B48

Tints of Goblin #405B48

Color information

#405B48 (or 0x405B48) is unknown color: approx Goblin. HEX triplet: 40, 5B and 48. RGB value is (64,91,72). Sum of RGB (Red+Green+Blue) = 64+91+72=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 91 - color contains mainly: green. Hex color #405B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405B48 is #BFA4B7. Grayscale: #505050. Windows color (decimal): -12559544 or 4741952. OLE color: 4741952.

HSL color Cylindrical-coordinate representation of color #405B48: hue angle of 137.78º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #405B48 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB649172-
CMYK0.3000.210.64
HSL137.78º17.42%30.39%-
HSV(B)137.78º29.67%35.69%-
XYZ7.039.047.51-
YUV80.76123.05116.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 91 (35.94% from 255) = 40.09%
BLUE value IS 72 (28.52% from 255) = 31.72%
R=28.19%
G=40.09%
B=31.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6491720.3000.210.64137.7817.4230.39
Hex405B481E015408a111e
Octal100133110360251002122136
Binary100000010110111001000111100101011000000100010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405B48; }

 p { color: rgb(64,91,72); }

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

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

 a { background-color: rgb(64,91,72); }

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

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

 span { border-color: rgb(64,91,72); }

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