Html Css Color HEX #414643 Goblin

📋 copy color: '#414643'

red 65 ◦ green 70 ◦ blue 67

#414643
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goblin #414643

Tints of Goblin #414643

RGB

 RED value IS 65 (25.78% from 255) = 32.18%

 GREEN value IS 70 (27.73% from 255) = 34.65%

 BLUE value IS 67 (26.56% from 255) = 33.17%

R = 32.18%
G = 34.65%
B = 33.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#414643 (or 0x414643) is known color: Goblin. HEX triplet: 41, 46 and 43. RGB value is (65,70,67). Sum of RGB (Red+Green+Blue) = 65+70+67=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 70 - color contains mainly: green. Hex color #414643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414643 is #BEB9BC. Grayscale: #444444. Windows color (decimal): -12499389 or 4408897. OLE color: 4408897.

HSL color Cylindrical-coordinate representation of color #414643: hue angle of 144º degrees, saturation: 0.04, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #414643 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 70 67 -
CMYK 0.07 0 0.04 0.73
HSL 144º 0.04% 0.26% -
HSV(B) 144º 0.07% 0.27% -
XYZ 5.38 5.91 6.17 -
YUV 68.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 65 70 67 0.07 0 0.04 0.73 144 0.04 0.26
Hex 41 46 43 7 0 4 49 90 4 1A
Octal 101 106 103 7 0 4 111 220 4 32
Binary 1000001 1000110 1000011 111 0 100 1001001 10010000 100 11010

Color Harmonies of #414643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414643

Black with #414643

Text Example


Text Example

White with #414643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414643; }

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

 H1.HeaderClassName
 {
   color: #414643;
 }
 .AnyTagClassName
 {
   color: #414643;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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