#405043

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

Shades of Goblin #405043

Tints of Goblin #405043

Color information

#405043 (or 0x405043) is unknown color: approx Goblin. HEX triplet: 40, 50 and 43. RGB value is (64,80,67). Sum of RGB (Red+Green+Blue) = 64+80+67=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 80 - color contains mainly: green. Hex color #405043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405043 is #BFAFBC. Grayscale: #494949. Windows color (decimal): -12562365 or 4411456. OLE color: 4411456.

HSL color Cylindrical-coordinate representation of color #405043: hue angle of 131.25º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #405043 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB648067-
CMYK0.2000.160.69
HSL131.25º11.11%28.24%-
HSV(B)131.25º20%31.37%-
XYZ67.236.39-
YUV73.73124.2121.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 80 (31.64% from 255) = 37.91%
BLUE value IS 67 (26.56% from 255) = 31.75%
R=30.33%
G=37.91%
B=31.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6480670.2000.160.69131.2511.1128.24
Hex405043140104583b1c
Octal100120103240201052031334
Binary10000001010000100001110100010000100010110000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405043; }

 p { color: rgb(64,80,67); }

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

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

 a { background-color: rgb(64,80,67); }

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

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

 span { border-color: rgb(64,80,67); }

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