Html Css Color HEX #394A40 Goblin

📋 copy color: '#394A40'

red 57 ◦ green 74 ◦ blue 64

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

Shades of Goblin #394A40

Tints of Goblin #394A40

RGB

 RED value IS 57 (22.66% from 255) = 29.23%

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

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

R = 29.23%
G = 37.95%
B = 32.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#394A40 (or 0x394A40) is known color: Goblin. HEX triplet: 39, 4A and 40. RGB value is (57,74,64). Sum of RGB (Red+Green+Blue) = 57+74+64=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 74 - color contains mainly: green. Hex color #394A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394A40 is #C6B5BF. Grayscale: #434343. Windows color (decimal): -13022656 or 4213305. OLE color: 4213305.

HSL color Cylindrical-coordinate representation of color #394A40: hue angle of 144.71º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #394A40 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 74 64 -
CMYK 0.23 0 0.14 0.71
HSL 144.71º 0.13% 0.26% -
HSV(B) 144.71º 0.23% 0.29% -
XYZ 5.06 6.14 5.77 -
YUV 67.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 57 74 64 0.23 0 0.14 0.71 144.71 0.13 0.26
Hex 39 4A 40 17 0 E 47 91 D 1A
Octal 71 112 100 27 0 16 107 221 15 32
Binary 111001 1001010 1000000 10111 0 1110 1000111 10010001 1101 11010

Color Harmonies of #394A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394A40

Black with #394A40

Text Example


Text Example

White with #394A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394A40; }

 p { color: rgb(57,74,64); }

 H1.HeaderClassName
 {
   color: #394A40;
 }
 .AnyTagClassName
 {
   color: #394A40;
 }
</style>

background-color css

<style>
 a { background-color: #394A40; }

 a { background-color: rgb(57,74,64); }

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

border-color css

<style>
 span { border-color: #394A40; }

 span { border-color: rgb(57,74,64); }

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