Html Css Color HEX #3E4A43 Goblin

📋 copy color: '#3E4A43'

red 62 ◦ green 74 ◦ blue 67

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

Shades of Goblin #3E4A43

Tints of Goblin #3E4A43

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.45%

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

R = 30.54%
G = 36.45%
B = 33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.71

RGB Variations

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

Color information

#3E4A43 (or 0x3E4A43) is known color: Goblin. HEX triplet: 3E, 4A and 43. RGB value is (62,74,67). Sum of RGB (Red+Green+Blue) = 62+74+67=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 74 - color contains mainly: green. Hex color #3E4A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4A43 is #C1B5BC. Grayscale: #454545. Windows color (decimal): -12694973 or 4409918. OLE color: 4409918.

HSL color Cylindrical-coordinate representation of color #3E4A43: hue angle of 145º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3E4A43 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB 62 74 67 -
CMYK 0.16 0 0.09 0.71
HSL 145º 0.09% 0.27% -
HSV(B) 145º 0.16% 0.29% -
XYZ 5.45 6.33 6.24 -
YUV 69.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 62 74 67 0.16 0 0.09 0.71 145 0.09 0.27
Hex 3E 4A 43 10 0 9 47 91 9 1B
Octal 76 112 103 20 0 11 107 221 11 33
Binary 111110 1001010 1000011 10000 0 1001 1000111 10010001 1001 11011

Color Harmonies of #3E4A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4A43

Black with #3E4A43

Text Example


Text Example

White with #3E4A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,74,67); }

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

background-color css

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

 a { background-color: rgb(62,74,67); }

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

border-color css

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

 span { border-color: rgb(62,74,67); }

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