#424D45

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

Shades of Goblin #424D45

Tints of Goblin #424D45

Color information

#424D45 (or 0x424D45) is unknown color: approx Goblin. HEX triplet: 42, 4D and 45. RGB value is (66,77,69). Sum of RGB (Red+Green+Blue) = 66+77+69=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 77 - color contains mainly: green. Hex color #424D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D45 is #BDB2BA. Grayscale: #484848. Windows color (decimal): -12432059 or 4541762. OLE color: 4541762.

HSL color Cylindrical-coordinate representation of color #424D45: hue angle of 136.36º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #424D45 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.70.

Color convert

RGB667769-
CMYK0.1400.100.70
HSL136.36º7.69%28.04%-
HSV(B)136.36º14.29%30.2%-
XYZ5.976.96.65-
YUV72.8125.86123.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.13%
GREEN value IS 77 (30.47% from 255) = 36.32%
BLUE value IS 69 (27.34% from 255) = 32.55%
R=31.13%
G=36.32%
B=32.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6677690.1400.100.70136.367.6928.04
Hex424D45E0A468881c
Octal102115105160121062101034
Binary100001010011011000101111001010100011010001000100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424D45; }

 p { color: rgb(66,77,69); }

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

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

 a { background-color: rgb(66,77,69); }

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

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

 span { border-color: rgb(66,77,69); }

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