Html Css Color HEX #394F41 Goblin

📋 copy color: '#394F41'

red 57 ◦ green 79 ◦ blue 65

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

Shades of Goblin #394F41

Tints of Goblin #394F41

RGB

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

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

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

R = 28.36%
G = 39.3%
B = 32.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.69

RGB Variations

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

Color information

#394F41 (or 0x394F41) is known color: Goblin. HEX triplet: 39, 4F and 41. RGB value is (57,79,65). Sum of RGB (Red+Green+Blue) = 57+79+65=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 79 - color contains mainly: green. Hex color #394F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F41 is #C6B0BE. Grayscale: #464646. Windows color (decimal): -13021375 or 4280121. OLE color: 4280121.

HSL color Cylindrical-coordinate representation of color #394F41: hue angle of 141.82º 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 #394F41 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 79 65 -
CMYK 0.28 0 0.18 0.69
HSL 141.82º 0.16% 0.27% -
HSV(B) 141.82º 0.28% 0.31% -
XYZ 5.44 6.84 6.04 -
YUV 70.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 57 79 65 0.28 0 0.18 0.69 141.82 0.16 0.27
Hex 39 4F 41 1C 0 12 45 8E 10 1B
Octal 71 117 101 34 0 22 105 216 20 33
Binary 111001 1001111 1000001 11100 0 10010 1000101 10001110 10000 11011

Color Harmonies of #394F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F41

Black with #394F41

Text Example


Text Example

White with #394F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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