Html Css Color HEX #394F3F Goblin

📋 copy color: '#394F3F'

red 57 ◦ green 79 ◦ blue 63

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

Shades of Goblin #394F3F

Tints of Goblin #394F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.66%

R = 28.64%
G = 39.7%
B = 31.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#394F3F (or 0x394F3F) is known color: Goblin. HEX triplet: 39, 4F and 3F. RGB value is (57,79,63). Sum of RGB (Red+Green+Blue) = 57+79+63=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 79 - color contains mainly: green. Hex color #394F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F3F is #C6B0C0. Grayscale: #464646. Windows color (decimal): -13021377 or 4149049. OLE color: 4149049.

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

Color convert

RGB 57 79 63 -
CMYK 0.28 0 0.20 0.69
HSL 136.36º 0.16% 0.27% -
HSV(B) 136.36º 0.28% 0.31% -
XYZ 5.38 6.82 5.74 -
YUV 70.6 123.71 118.3 -
System Red Green Blue C M Y K H S L
Decimal 57 79 63 0.28 0 0.20 0.69 136.36 0.16 0.27
Hex 39 4F 3F 1C 0 14 45 88 10 1B
Octal 71 117 77 34 0 24 105 210 20 33
Binary 111001 1001111 111111 11100 0 10100 1000101 10001000 10000 11011

Color Harmonies of #394F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F3F

Black with #394F3F

Text Example


Text Example

White with #394F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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