Html Css Color HEX #404C44 Goblin

📋 copy color: '#404C44'

red 64 ◦ green 76 ◦ blue 68

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

Shades of Goblin #404C44

Tints of Goblin #404C44

RGB

 RED value IS 64 (25.39% from 255) = 30.77%

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

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

R = 30.77%
G = 36.54%
B = 32.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.70

RGB Variations

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

Color information

#404C44 (or 0x404C44) is known color: Goblin. HEX triplet: 40, 4C and 44. RGB value is (64,76,68). Sum of RGB (Red+Green+Blue) = 64+76+68=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 76 - color contains mainly: green. Hex color #404C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C44 is #BFB3BB. Grayscale: #474747. Windows color (decimal): -12563388 or 4475968. OLE color: 4475968.

HSL color Cylindrical-coordinate representation of color #404C44: hue angle of 140º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #404C44 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 76 68 -
CMYK 0.16 0 0.11 0.70
HSL 140º 0.09% 0.27% -
HSV(B) 140º 0.16% 0.3% -
XYZ 5.74 6.68 6.45 -
YUV 71.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 64 76 68 0.16 0 0.11 0.70 140 0.09 0.27
Hex 40 4C 44 10 0 B 46 8C 9 1B
Octal 100 114 104 20 0 13 106 214 11 33
Binary 1000000 1001100 1000100 10000 0 1011 1000110 10001100 1001 11011

Color Harmonies of #404C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C44

Black with #404C44

Text Example


Text Example

White with #404C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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