Html Css Color HEX #394940 Goblin

📋 copy color: '#394940'

red 57 ◦ green 73 ◦ blue 64

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

Shades of Goblin #394940

Tints of Goblin #394940

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.63%

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

R = 29.38%
G = 37.63%
B = 32.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#394940 (or 0x394940) is known color: Goblin. HEX triplet: 39, 49 and 40. RGB value is (57,73,64). Sum of RGB (Red+Green+Blue) = 57+73+64=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 73 - color contains mainly: green. Hex color #394940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394940 is #C6B6BF. Grayscale: #434343. Windows color (decimal): -13022912 or 4213049. OLE color: 4213049.

HSL color Cylindrical-coordinate representation of color #394940: hue angle of 146.25º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #394940 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 73 64 -
CMYK 0.22 0 0.12 0.71
HSL 146.25º 0.12% 0.25% -
HSV(B) 146.25º 0.22% 0.29% -
XYZ 5 6.01 5.75 -
YUV 67.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 57 73 64 0.22 0 0.12 0.71 146.25 0.12 0.25
Hex 39 49 40 16 0 C 47 92 C 19
Octal 71 111 100 26 0 14 107 222 14 31
Binary 111001 1001001 1000000 10110 0 1100 1000111 10010010 1100 11001

Color Harmonies of #394940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394940

Black with #394940

Text Example


Text Example

White with #394940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394940; }

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

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

background-color css

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

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

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

border-color css

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

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

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