Html Css Color HEX #394C40 Goblin

📋 copy color: '#394C40'

red 57 ◦ green 76 ◦ blue 64

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

Shades of Goblin #394C40

Tints of Goblin #394C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.58%

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

R = 28.93%
G = 38.58%
B = 32.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#394C40 (or 0x394C40) is known color: Goblin. HEX triplet: 39, 4C and 40. RGB value is (57,76,64). Sum of RGB (Red+Green+Blue) = 57+76+64=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 76 - color contains mainly: green. Hex color #394C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394C40 is #C6B3BF. Grayscale: #444444. Windows color (decimal): -13022144 or 4213817. OLE color: 4213817.

HSL color Cylindrical-coordinate representation of color #394C40: hue angle of 142.11º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #394C40 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 76 64 -
CMYK 0.25 0 0.16 0.70
HSL 142.11º 0.14% 0.26% -
HSV(B) 142.11º 0.25% 0.3% -
XYZ 5.2 6.41 5.81 -
YUV 68.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 57 76 64 0.25 0 0.16 0.70 142.11 0.14 0.26
Hex 39 4C 40 19 0 10 46 8E E 1A
Octal 71 114 100 31 0 20 106 216 16 32
Binary 111001 1001100 1000000 11001 0 10000 1000110 10001110 1110 11010

Color Harmonies of #394C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C40

Black with #394C40

Text Example


Text Example

White with #394C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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