#405243

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

Shades of Goblin #405243

Tints of Goblin #405243

Color information

#405243 (or 0x405243) is unknown color: approx Goblin. HEX triplet: 40, 52 and 43. RGB value is (64,82,67). Sum of RGB (Red+Green+Blue) = 64+82+67=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 82 - color contains mainly: green. Hex color #405243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405243 is #BFADBC. Grayscale: #4A4A4A. Windows color (decimal): -12561853 or 4411968. OLE color: 4411968.

HSL color Cylindrical-coordinate representation of color #405243: hue angle of 130º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #405243 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.

Color convert

RGB648267-
CMYK0.2200.180.68
HSL130º12.33%28.63%-
HSV(B)130º21.95%32.16%-
XYZ6.147.536.44-
YUV74.91123.54120.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 82 (32.42% from 255) = 38.50%
BLUE value IS 67 (26.56% from 255) = 31.46%
R=30.05%
G=38.50%
B=31.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6482670.2200.180.6813012.3328.63
Hex405243160124482c1d
Octal100122103260221042021435
Binary10000001010010100001110110010010100010010000010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405243; }

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

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

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

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

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

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

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

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