Html Css Color HEX #394F40 Goblin

📋 copy color: '#394F40'

red 57 ◦ green 79 ◦ blue 64

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

Shades of Goblin #394F40

Tints of Goblin #394F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32%

R = 28.5%
G = 39.5%
B = 32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#394F40 (or 0x394F40) is known color: Goblin. HEX triplet: 39, 4F and 40. RGB value is (57,79,64). Sum of RGB (Red+Green+Blue) = 57+79+64=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 79 - color contains mainly: green. Hex color #394F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F40 is #C6B0BF. Grayscale: #464646. Windows color (decimal): -13021376 or 4214585. OLE color: 4214585.

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

Color convert

RGB 57 79 64 -
CMYK 0.28 0 0.19 0.69
HSL 139.09º 0.16% 0.27% -
HSV(B) 139.09º 0.28% 0.31% -
XYZ 5.41 6.83 5.88 -
YUV 70.71 124.21 118.22 -
System Red Green Blue C M Y K H S L
Decimal 57 79 64 0.28 0 0.19 0.69 139.09 0.16 0.27
Hex 39 4F 40 1C 0 13 45 8B 10 1B
Octal 71 117 100 34 0 23 105 213 20 33
Binary 111001 1001111 1000000 11100 0 10011 1000101 10001011 10000 11011

Color Harmonies of #394F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F40

Black with #394F40

Text Example


Text Example

White with #394F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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