Html Css Color HEX #39493F Goblin

📋 copy color: '#39493F'

red 57 ◦ green 73 ◦ blue 63

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

Shades of Goblin #39493F

Tints of Goblin #39493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.82%

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

R = 29.53%
G = 37.82%
B = 32.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#39493F (or 0x39493F) is known color: Goblin. HEX triplet: 39, 49 and 3F. RGB value is (57,73,63). Sum of RGB (Red+Green+Blue) = 57+73+63=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 73 - color contains mainly: green. Hex color #39493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39493F is #C6B6C0. Grayscale: #434343. Windows color (decimal): -13022913 or 4147513. OLE color: 4147513.

HSL color Cylindrical-coordinate representation of color #39493F: hue angle of 142.5º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #39493F is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 73 63 -
CMYK 0.22 0 0.14 0.71
HSL 142.5º 0.12% 0.25% -
HSV(B) 142.5º 0.22% 0.29% -
XYZ 4.97 5.99 5.6 -
YUV 67.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 57 73 63 0.22 0 0.14 0.71 142.5 0.12 0.25
Hex 39 49 3F 16 0 E 47 8E C 19
Octal 71 111 77 26 0 16 107 216 14 31
Binary 111001 1001001 111111 10110 0 1110 1000111 10001110 1100 11001

Color Harmonies of #39493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39493F

Black with #39493F

Text Example


Text Example

White with #39493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39493F; }

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

 H1.HeaderClassName
 {
   color: #39493F;
 }
 .AnyTagClassName
 {
   color: #39493F;
 }
</style>

background-color css

<style>
 a { background-color: #39493F; }

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

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

border-color css

<style>
 span { border-color: #39493F; }

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

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