#414743

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

Shades of Goblin #414743

Tints of Goblin #414743

Color information

#414743 (or 0x414743) is unknown color: approx Goblin. HEX triplet: 41, 47 and 43. RGB value is (65,71,67). Sum of RGB (Red+Green+Blue) = 65+71+67=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 71 - color contains mainly: green. Hex color #414743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414743 is #BEB8BC. Grayscale: #444444. Windows color (decimal): -12499133 or 4409153. OLE color: 4409153.

HSL color Cylindrical-coordinate representation of color #414743: 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 #414743 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB657167-
CMYK0.0800.060.72
HSL140º4.41%26.67%-
HSV(B)140º8.45%27.84%-
XYZ5.456.046.19-
YUV68.75127.01125.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.02%
GREEN value IS 71 (28.12% from 255) = 34.98%
BLUE value IS 67 (26.56% from 255) = 33.00%
R=32.02%
G=34.98%
B=33.00%

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
Decimal6571670.0800.060.721404.4126.67
Hex414743806488c41b
Octal1011071031006110214433
Binary1000001100011110000111000011010010001000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414743; }

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

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

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

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

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

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

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

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