Html Css Color HEX #3E4E40 Goblin

📋 copy color: '#3E4E40'

red 62 ◦ green 78 ◦ blue 64

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

Shades of Goblin #3E4E40

Tints of Goblin #3E4E40

RGB

 RED value IS 62 (24.61% from 255) = 30.39%

 GREEN value IS 78 (30.86% from 255) = 38.24%

 BLUE value IS 64 (25.39% from 255) = 31.37%

R = 30.39%
G = 38.24%
B = 31.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.69

RGB Variations

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

Color information

#3E4E40 (or 0x3E4E40) is known color: Goblin. HEX triplet: 3E, 4E and 40. RGB value is (62,78,64). Sum of RGB (Red+Green+Blue) = 62+78+64=204 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.39% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 78 - color contains mainly: green. Hex color #3E4E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E4E40 is #C1B1BF. Grayscale: #474747. Windows color (decimal): -12693952 or 4214334. OLE color: 4214334.

HSL color Cylindrical-coordinate representation of color #3E4E40: hue angle of 127.5º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3E4E40 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB 62 78 64 -
CMYK 0.21 0 0.18 0.69
HSL 127.5º 0.11% 0.27% -
HSV(B) 127.5º 0.21% 0.31% -
XYZ 5.64 6.84 5.87 -
YUV 71.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 62 78 64 0.21 0 0.18 0.69 127.5 0.11 0.27
Hex 3E 4E 40 15 0 12 45 80 B 1B
Octal 76 116 100 25 0 22 105 200 13 33
Binary 111110 1001110 1000000 10101 0 10010 1000101 10000000 1011 11011

Color Harmonies of #3E4E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4E40

Black with #3E4E40

Text Example


Text Example

White with #3E4E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E4E40; }

 p { color: rgb(62,78,64); }

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

background-color css

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

 a { background-color: rgb(62,78,64); }

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

border-color css

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

 span { border-color: rgb(62,78,64); }

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