Html Css Color HEX #3E4641 Goblin

📋 copy color: '#3E4641'

red 62 ◦ green 70 ◦ blue 65

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

Shades of Goblin #3E4641

Tints of Goblin #3E4641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.53%

 BLUE value IS 65 (25.78% from 255) = 32.99%

R = 31.47%
G = 35.53%
B = 32.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#3E4641 (or 0x3E4641) is known color: Goblin. HEX triplet: 3E, 46 and 41. RGB value is (62,70,65). Sum of RGB (Red+Green+Blue) = 62+70+65=197 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.47% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 70 - color contains mainly: green. Hex color #3E4641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4641 is #C1B9BE. Grayscale: #434343. Windows color (decimal): -12695999 or 4277822. OLE color: 4277822.

HSL color Cylindrical-coordinate representation of color #3E4641: hue angle of 142.5º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3E4641 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 62 70 65 -
CMYK 0.11 0 0.07 0.73
HSL 142.5º 0.06% 0.26% -
HSV(B) 142.5º 0.11% 0.27% -
XYZ 5.13 5.79 5.85 -
YUV 67.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 62 70 65 0.11 0 0.07 0.73 142.5 0.06 0.26
Hex 3E 46 41 B 0 7 49 8E 6 1A
Octal 76 106 101 13 0 7 111 216 6 32
Binary 111110 1000110 1000001 1011 0 111 1001001 10001110 110 11010

Color Harmonies of #3E4641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4641

Black with #3E4641

Text Example


Text Example

White with #3E4641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,70,65); }

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

background-color css

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

 a { background-color: rgb(62,70,65); }

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

border-color css

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

 span { border-color: rgb(62,70,65); }

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