Html Css Color HEX #414C44 Goblin

📋 copy color: '#414C44'

red 65 ◦ green 76 ◦ blue 68

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

Shades of Goblin #414C44

Tints of Goblin #414C44

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.36%

 BLUE value IS 68 (26.95% from 255) = 32.54%

R = 31.1%
G = 36.36%
B = 32.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.70

RGB Variations

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

Color information

#414C44 (or 0x414C44) is known color: 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

RGB 65 76 68 -
CMYK 0.14 0 0.11 0.70
HSL 136.36º 0.08% 0.28% -
HSV(B) 136.36º 0.14% 0.3% -
XYZ 5.81 6.71 6.46 -
YUV 71.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 65 76 68 0.14 0 0.11 0.70 136.36 0.08 0.28
Hex 41 4C 44 E 0 B 46 88 8 1C
Octal 101 114 104 16 0 13 106 210 10 34
Binary 1000001 1001100 1000100 1110 0 1011 1000110 10001000 1000 11100

Color Harmonies of #414C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414C44

Black with #414C44

Text Example


Text Example

White with #414C44

Text Example


Text Example

HTML Codes & Css Web 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>