#316141

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

Shades of Goblin #316141

Tints of Goblin #316141

Color information

#316141 (or 0x316141) is unknown color: approx Goblin. HEX triplet: 31, 61 and 41. RGB value is (49,97,65). Sum of RGB (Red+Green+Blue) = 49+97+65=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #316141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316141 is #CE9EBE. Grayscale: #4F4F4F. Windows color (decimal): -13541055 or 4284721. OLE color: 4284721.

HSL color Cylindrical-coordinate representation of color #316141: hue angle of 140º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #316141 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB499765-
CMYK0.4900.330.62
HSL140º32.88%28.63%-
HSV(B)140º49.48%38.04%-
XYZ6.59.586.51-
YUV79120.1106.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 97 (38.28% from 255) = 45.97%
BLUE value IS 65 (25.78% from 255) = 30.81%
R=23.22%
G=45.97%
B=30.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4997650.4900.330.6214032.8828.63
Hex316141310213E8c211d
Octal6114110161041762144135
Binary1100011100001100000111000101000011111101000110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316141; }

 p { color: rgb(49,97,65); }

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

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

 a { background-color: rgb(49,97,65); }

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

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

 span { border-color: rgb(49,97,65); }

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