#315F40

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

Shades of Goblin #315F40

Tints of Goblin #315F40

Color information

#315F40 (or 0x315F40) is unknown color: approx Goblin. HEX triplet: 31, 5F and 40. RGB value is (49,95,64). Sum of RGB (Red+Green+Blue) = 49+95+64=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 95 (37.5% from 255 or 45.67% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 95 - color contains mainly: green. Hex color #315F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315F40 is #CEA0BF. Grayscale: #4D4D4D. Windows color (decimal): -13541568 or 4218673. OLE color: 4218673.

HSL color Cylindrical-coordinate representation of color #315F40: hue angle of 139.57º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #315F40 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB499564-
CMYK0.4800.330.63
HSL139.57º31.94%28.24%-
HSV(B)139.57º48.42%37.25%-
XYZ6.289.216.3-
YUV77.71120.26107.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 95 (37.5% from 255) = 45.67%
BLUE value IS 64 (25.39% from 255) = 30.77%
R=23.56%
G=45.67%
B=30.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4995640.4800.330.63139.5731.9428.24
Hex315F40300213F8c201c
Octal6113710060041772144034
Binary1100011011111100000011000001000011111111000110010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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