#315D40

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

Shades of Goblin #315D40

Tints of Goblin #315D40

Color information

#315D40 (or 0x315D40) is unknown color: approx Goblin. HEX triplet: 31, 5D and 40. RGB value is (49,93,64). Sum of RGB (Red+Green+Blue) = 49+93+64=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 93 - color contains mainly: green. Hex color #315D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D40 is #CEA2BF. Grayscale: #4C4C4C. Windows color (decimal): -13542080 or 4218161. OLE color: 4218161.

HSL color Cylindrical-coordinate representation of color #315D40: hue angle of 140.45º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #315D40 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB499364-
CMYK0.4700.310.64
HSL140.45º30.99%27.84%-
HSV(B)140.45º47.31%36.47%-
XYZ6.118.856.24-
YUV76.54120.92108.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 93 (36.72% from 255) = 45.15%
BLUE value IS 64 (25.39% from 255) = 31.07%
R=23.79%
G=45.15%
B=31.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4993640.4700.310.64140.4530.9927.84
Hex315D402F01F408c1f1c
Octal61135100570371002143734
Binary110001101110110000001011110111111000000100011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315D40; }

 p { color: rgb(49,93,64); }

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

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

 a { background-color: rgb(49,93,64); }

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

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

 span { border-color: rgb(49,93,64); }

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