Html Css Color HEX #394C41 Goblin

📋 copy color: '#394C41'

red 57 ◦ green 76 ◦ blue 65

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

Shades of Goblin #394C41

Tints of Goblin #394C41

RGB

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

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

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

R = 28.79%
G = 38.38%
B = 32.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#394C41 (or 0x394C41) is known color: Goblin. HEX triplet: 39, 4C and 41. RGB value is (57,76,65). Sum of RGB (Red+Green+Blue) = 57+76+65=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 76 - color contains mainly: green. Hex color #394C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394C41 is #C6B3BE. Grayscale: #454545. Windows color (decimal): -13022143 or 4279353. OLE color: 4279353.

HSL color Cylindrical-coordinate representation of color #394C41: hue angle of 145.26º 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 #394C41 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 76 65 -
CMYK 0.25 0 0.14 0.70
HSL 145.26º 0.14% 0.26% -
HSV(B) 145.26º 0.25% 0.3% -
XYZ 5.23 6.42 5.96 -
YUV 69.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 57 76 65 0.25 0 0.14 0.70 145.26 0.14 0.26
Hex 39 4C 41 19 0 E 46 91 E 1A
Octal 71 114 101 31 0 16 106 221 16 32
Binary 111001 1001100 1000001 11001 0 1110 1000110 10010001 1110 11010

Color Harmonies of #394C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C41

Black with #394C41

Text Example


Text Example

White with #394C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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