#424844

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

Shades of Goblin #424844

Tints of Goblin #424844

Color information

#424844 (or 0x424844) is unknown color: approx Goblin. HEX triplet: 42, 48 and 44. RGB value is (66,72,68). Sum of RGB (Red+Green+Blue) = 66+72+68=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 72 - color contains mainly: green. Hex color #424844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424844 is #BDB7BB. Grayscale: #454545. Windows color (decimal): -12433340 or 4474946. OLE color: 4474946.

HSL color Cylindrical-coordinate representation of color #424844: hue angle of 140º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #424844 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB667268-
CMYK0.0800.060.72
HSL140º4.35%27.06%-
HSV(B)140º8.33%28.24%-
XYZ5.616.216.37-
YUV69.75127.01125.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 72 (28.52% from 255) = 34.95%
BLUE value IS 68 (26.95% from 255) = 33.01%
R=32.04%
G=34.95%
B=33.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6672680.0800.060.721404.3527.06
Hex424844806488c41b
Octal1021101041006110214433
Binary1000010100100010001001000011010010001000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424844; }

 p { color: rgb(66,72,68); }

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

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

 a { background-color: rgb(66,72,68); }

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

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

 span { border-color: rgb(66,72,68); }

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