Html Css Color HEX #394F42 Goblin

📋 copy color: '#394F42'

red 57 ◦ green 79 ◦ blue 66

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

Shades of Goblin #394F42

Tints of Goblin #394F42

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.11%

 BLUE value IS 66 (26.17% from 255) = 32.67%

R = 28.22%
G = 39.11%
B = 32.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#394F42 (or 0x394F42) is known color: Goblin. HEX triplet: 39, 4F and 42. RGB value is (57,79,66). Sum of RGB (Red+Green+Blue) = 57+79+66=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 79 - color contains mainly: green. Hex color #394F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F42 is #C6B0BD. Grayscale: #464646. Windows color (decimal): -13021374 or 4345657. OLE color: 4345657.

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

Color convert

RGB 57 79 66 -
CMYK 0.28 0 0.16 0.69
HSL 144.55º 0.16% 0.27% -
HSV(B) 144.55º 0.28% 0.31% -
XYZ 5.47 6.86 6.19 -
YUV 70.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 57 79 66 0.28 0 0.16 0.69 144.55 0.16 0.27
Hex 39 4F 42 1C 0 10 45 91 10 1B
Octal 71 117 102 34 0 20 105 221 20 33
Binary 111001 1001111 1000010 11100 0 10000 1000101 10010001 10000 11011

Color Harmonies of #394F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F42

Black with #394F42

Text Example


Text Example

White with #394F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,79,66); }

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

background-color css

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

 a { background-color: rgb(57,79,66); }

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

border-color css

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

 span { border-color: rgb(57,79,66); }

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