Html Css Color HEX #394E3C Goblin

📋 copy color: '#394E3C'

red 57 ◦ green 78 ◦ blue 60

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

Shades of Goblin #394E3C

Tints of Goblin #394E3C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40%

 BLUE value IS 60 (23.83% from 255) = 30.77%

R = 29.23%
G = 40%
B = 30.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.69

RGB Variations

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

Color information

#394E3C (or 0x394E3C) is known color: Goblin. HEX triplet: 39, 4E and 3C. RGB value is (57,78,60). Sum of RGB (Red+Green+Blue) = 57+78+60=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 78 - color contains mainly: green. Hex color #394E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394E3C is #C6B1C3. Grayscale: #454545. Windows color (decimal): -13021636 or 3952185. OLE color: 3952185.

HSL color Cylindrical-coordinate representation of color #394E3C: hue angle of 128.57º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #394E3C is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 78 60 -
CMYK 0.27 0 0.23 0.69
HSL 128.57º 0.16% 0.26% -
HSV(B) 128.57º 0.27% 0.31% -
XYZ 5.23 6.64 5.28 -
YUV 69.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 57 78 60 0.27 0 0.23 0.69 128.57 0.16 0.26
Hex 39 4E 3C 1B 0 17 45 81 10 1A
Octal 71 116 74 33 0 27 105 201 20 32
Binary 111001 1001110 111100 11011 0 10111 1000101 10000001 10000 11010

Color Harmonies of #394E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394E3C

Black with #394E3C

Text Example


Text Example

White with #394E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,78,60); }

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

background-color css

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

 a { background-color: rgb(57,78,60); }

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

border-color css

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

 span { border-color: rgb(57,78,60); }

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