#414E43

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

Shades of Goblin #414E43

Tints of Goblin #414E43

Color information

#414E43 (or 0x414E43) is unknown color: approx Goblin. HEX triplet: 41, 4E and 43. RGB value is (65,78,67). Sum of RGB (Red+Green+Blue) = 65+78+67=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 78 - color contains mainly: green. Hex color #414E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414E43 is #BEB1BC. Grayscale: #484848. Windows color (decimal): -12497341 or 4410945. OLE color: 4410945.

HSL color Cylindrical-coordinate representation of color #414E43: hue angle of 129.23º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #414E43 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB657867-
CMYK0.1700.140.69
HSL129.23º9.09%28.04%-
HSV(B)129.23º16.67%30.59%-
XYZ5.926.986.35-
YUV72.86124.69122.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.95%
GREEN value IS 78 (30.86% from 255) = 37.14%
BLUE value IS 67 (26.56% from 255) = 31.90%
R=30.95%
G=37.14%
B=31.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6578670.1700.140.69129.239.0928.04
Hex414E43110E458191c
Octal101116103210161052011134
Binary1000001100111010000111000101110100010110000001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,78,67); }

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

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

 a { background-color: rgb(65,78,67); }

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

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

 span { border-color: rgb(65,78,67); }

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