#414C44

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

Shades of Goblin #414C44

Tints of Goblin #414C44

Color information

#414C44 (or 0x414C44) is unknown color: approx Goblin. HEX triplet: 41, 4C and 44. RGB value is (65,76,68). Sum of RGB (Red+Green+Blue) = 65+76+68=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 76 - color contains mainly: green. Hex color #414C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414C44 is #BEB3BB. Grayscale: #474747. Windows color (decimal): -12497852 or 4475969. OLE color: 4475969.

HSL color Cylindrical-coordinate representation of color #414C44: 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 #414C44 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.70.

Color convert

RGB657668-
CMYK0.1400.110.70
HSL136.36º7.8%27.65%-
HSV(B)136.36º14.47%29.8%-
XYZ5.816.716.46-
YUV71.8125.86123.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.10%
GREEN value IS 76 (30.08% from 255) = 36.36%
BLUE value IS 68 (26.95% from 255) = 32.54%
R=31.10%
G=36.36%
B=32.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6576680.1400.110.70136.367.827.65
Hex414C44E0B468881c
Octal101114104160131062101034
Binary100000110011001000100111001011100011010001000100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414C44; }

 p { color: rgb(65,76,68); }

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

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

 a { background-color: rgb(65,76,68); }

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

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

 span { border-color: rgb(65,76,68); }

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