Html Css Color HEX #394C3D Goblin

📋 copy color: '#394C3D'

red 57 ◦ green 76 ◦ blue 61

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

Shades of Goblin #394C3D

Tints of Goblin #394C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 31.44%

R = 29.38%
G = 39.18%
B = 31.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#394C3D (or 0x394C3D) is known color: Goblin. HEX triplet: 39, 4C and 3D. RGB value is (57,76,61). Sum of RGB (Red+Green+Blue) = 57+76+61=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 76 - color contains mainly: green. Hex color #394C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394C3D is #C6B3C2. Grayscale: #444444. Windows color (decimal): -13022147 or 4017209. OLE color: 4017209.

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

Color convert

RGB 57 76 61 -
CMYK 0.25 0 0.20 0.70
HSL 132.63º 0.14% 0.26% -
HSV(B) 132.63º 0.25% 0.3% -
XYZ 5.11 6.38 5.38 -
YUV 68.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 57 76 61 0.25 0 0.20 0.70 132.63 0.14 0.26
Hex 39 4C 3D 19 0 14 46 85 E 1A
Octal 71 114 75 31 0 24 106 205 16 32
Binary 111001 1001100 111101 11001 0 10100 1000110 10000101 1110 11010

Color Harmonies of #394C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C3D

Black with #394C3D

Text Example


Text Example

White with #394C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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