#314F3D

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

Shades of Goblin #314F3D

Tints of Goblin #314F3D

Color information

#314F3D (or 0x314F3D) is unknown color: approx Goblin. HEX triplet: 31, 4F and 3D. RGB value is (49,79,61). Sum of RGB (Red+Green+Blue) = 49+79+61=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 79 - color contains mainly: green. Hex color #314F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314F3D is #CEB0C2. Grayscale: #444444. Windows color (decimal): -13545667 or 4017969. OLE color: 4017969.

HSL color Cylindrical-coordinate representation of color #314F3D: hue angle of 144º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #314F3D is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB497961-
CMYK0.3800.230.69
HSL144º23.44%25.1%-
HSV(B)144º37.97%30.98%-
XYZ4.96.585.43-
YUV67.98124.06114.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.93%
GREEN value IS 79 (31.25% from 255) = 41.80%
BLUE value IS 61 (24.22% from 255) = 32.28%
R=25.93%
G=41.80%
B=32.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4979610.3800.230.6914423.4425.1
Hex314F3D2601745901719
Octal6111775460271052202731
Binary11000110011111111011001100101111000101100100001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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