#314F3A

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

Shades of Goblin #314F3A

Tints of Goblin #314F3A

Color information

#314F3A (or 0x314F3A) is unknown color: approx Goblin. HEX triplet: 31, 4F and 3A. RGB value is (49,79,58). Sum of RGB (Red+Green+Blue) = 49+79+58=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 79 - color contains mainly: green. Hex color #314F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314F3A is #CEB0C5. Grayscale: #434343. Windows color (decimal): -13545670 or 3821361. OLE color: 3821361.

HSL color Cylindrical-coordinate representation of color #314F3A: hue angle of 138º 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 #314F3A is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB497958-
CMYK0.3800.270.69
HSL138º23.44%25.1%-
HSV(B)138º37.97%30.98%-
XYZ4.836.555.01-
YUV67.64122.56114.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.34%
GREEN value IS 79 (31.25% from 255) = 42.47%
BLUE value IS 58 (23.05% from 255) = 31.18%
R=26.34%
G=42.47%
B=31.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4979580.3800.270.6913823.4425.1
Hex314F3A2601B458a1719
Octal6111772460331052122731
Binary11000110011111110101001100110111000101100010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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