#314D3B

Color #314D3B Goblin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goblin #314D3B

Tints of Goblin #314D3B

Color information

#314D3B (or 0x314D3B) is unknown color: approx Goblin. HEX triplet: 31, 4D and 3B. RGB value is (49,77,59). Sum of RGB (Red+Green+Blue) = 49+77+59=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 77 - color contains mainly: green. Hex color #314D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314D3B is #CEB2C4. Grayscale: #424242. Windows color (decimal): -13546181 or 3886385. OLE color: 3886385.

HSL color Cylindrical-coordinate representation of color #314D3B: hue angle of 141.43º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314D3B is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.70.

Color convert

RGB497759-
CMYK0.3600.230.70
HSL141.43º22.22%24.71%-
HSV(B)141.43º36.36%30.2%-
XYZ4.716.285.1-
YUV66.58123.72115.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.49%
GREEN value IS 77 (30.47% from 255) = 41.62%
BLUE value IS 59 (23.44% from 255) = 31.89%
R=26.49%
G=41.62%
B=31.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4977590.3600.230.70141.4322.2224.71
Hex314D3B24017468d1619
Octal6111573440271062152631
Binary11000110011011110111001000101111000110100011011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314D3B; }

 p { color: rgb(49,77,59); }

 H1.HeaderClassName
 {
   color: #314D3B;
 }
 .AnyTagClassName
 {
   color: #314D3B;
 }
</style>
background-color css

<style>
 a { background-color: #314D3B; }

 a { background-color: rgb(49,77,59); }

 div.DivClassName
 {
   background-color: #314D3B;
 }
 .BgClassName
 {
   background-color: #314D3B;
 }
</style>
border-color css

<style>
 span { border-color: #314D3B; }

 span { border-color: rgb(49,77,59); }

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