Html Css Color HEX #3E4842 Goblin

📋 copy color: '#3E4842'

red 62 ◦ green 72 ◦ blue 66

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

Shades of Goblin #3E4842

Tints of Goblin #3E4842

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36%

 BLUE value IS 66 (26.17% from 255) = 33%

R = 31%
G = 36%
B = 33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#3E4842 (or 0x3E4842) is known color: Goblin. HEX triplet: 3E, 48 and 42. RGB value is (62,72,66). Sum of RGB (Red+Green+Blue) = 62+72+66=200 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 72 - color contains mainly: green. Hex color #3E4842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4842 is #C1B7BD. Grayscale: #444444. Windows color (decimal): -12695486 or 4343870. OLE color: 4343870.

HSL color Cylindrical-coordinate representation of color #3E4842: hue angle of 144º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3E4842 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 62 72 66 -
CMYK 0.14 0 0.08 0.72
HSL 144º 0.07% 0.26% -
HSV(B) 144º 0.14% 0.28% -
XYZ 5.29 6.05 6.04 -
YUV 68.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 62 72 66 0.14 0 0.08 0.72 144 0.07 0.26
Hex 3E 48 42 E 0 8 48 90 7 1A
Octal 76 110 102 16 0 10 110 220 7 32
Binary 111110 1001000 1000010 1110 0 1000 1001000 10010000 111 11010

Color Harmonies of #3E4842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4842

Black with #3E4842

Text Example


Text Example

White with #3E4842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,72,66); }

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

background-color css

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

 a { background-color: rgb(62,72,66); }

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

border-color css

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

 span { border-color: rgb(62,72,66); }

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