Html Css Color HEX #404C43 Goblin

📋 copy color: '#404C43'

red 64 ◦ green 76 ◦ blue 67

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

Shades of Goblin #404C43

Tints of Goblin #404C43

RGB

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

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

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

R = 30.92%
G = 36.71%
B = 32.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.70

RGB Variations

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

Color information

#404C43 (or 0x404C43) is known color: Goblin. HEX triplet: 40, 4C and 43. RGB value is (64,76,67). Sum of RGB (Red+Green+Blue) = 64+76+67=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 76 - color contains mainly: green. Hex color #404C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C43 is #BFB3BC. Grayscale: #474747. Windows color (decimal): -12563389 or 4410432. OLE color: 4410432.

HSL color Cylindrical-coordinate representation of color #404C43: hue angle of 135º 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 #404C43 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 76 67 -
CMYK 0.16 0 0.12 0.70
HSL 135º 0.09% 0.27% -
HSV(B) 135º 0.16% 0.3% -
XYZ 5.71 6.66 6.3 -
YUV 71.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 64 76 67 0.16 0 0.12 0.70 135 0.09 0.27
Hex 40 4C 43 10 0 C 46 87 9 1B
Octal 100 114 103 20 0 14 106 207 11 33
Binary 1000000 1001100 1000011 10000 0 1100 1000110 10000111 1001 11011

Color Harmonies of #404C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C43

Black with #404C43

Text Example


Text Example

White with #404C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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