#314C3D

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

Shades of Goblin #314C3D

Tints of Goblin #314C3D

Color information

#314C3D (or 0x314C3D) is unknown color: approx Goblin. HEX triplet: 31, 4C and 3D. RGB value is (49,76,61). Sum of RGB (Red+Green+Blue) = 49+76+61=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 76 - color contains mainly: green. Hex color #314C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314C3D is #CEB3C2. Grayscale: #424242. Windows color (decimal): -13546435 or 4017201. OLE color: 4017201.

HSL color Cylindrical-coordinate representation of color #314C3D: hue angle of 146.67º 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 #314C3D is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB497661-
CMYK0.3600.200.70
HSL146.67º21.6%24.51%-
HSV(B)146.67º35.53%29.8%-
XYZ4.696.165.36-
YUV66.22125.05115.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.34%
GREEN value IS 76 (30.08% from 255) = 40.86%
BLUE value IS 61 (24.22% from 255) = 32.80%
R=26.34%
G=40.86%
B=32.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4976610.3600.200.70146.6721.624.51
Hex314C3D2401446931619
Octal6111475440241062232631
Binary11000110011001111011001000101001000110100100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,76,61); }

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

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

 a { background-color: rgb(49,76,61); }

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

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

 span { border-color: rgb(49,76,61); }

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