#405244

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

Shades of Goblin #405244

Tints of Goblin #405244

Color information

#405244 (or 0x405244) is unknown color: approx Goblin. HEX triplet: 40, 52 and 44. RGB value is (64,82,68). Sum of RGB (Red+Green+Blue) = 64+82+68=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 82 - color contains mainly: green. Hex color #405244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405244 is #BFADBB. Grayscale: #4B4B4B. Windows color (decimal): -12561852 or 4477504. OLE color: 4477504.

HSL color Cylindrical-coordinate representation of color #405244: hue angle of 133.33º 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 #405244 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB648268-
CMYK0.2200.170.68
HSL133.33º12.33%28.63%-
HSV(B)133.33º21.95%32.16%-
XYZ6.187.546.6-
YUV75.02124.04120.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 82 (32.42% from 255) = 38.32%
BLUE value IS 68 (26.95% from 255) = 31.78%
R=29.91%
G=38.32%
B=31.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6482680.2200.170.68133.3312.3328.63
Hex405244160114485c1d
Octal100122104260211042051435
Binary10000001010010100010010110010001100010010000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405244; }

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

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

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

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

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

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

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

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