#315B3D

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

Shades of Goblin #315B3D

Tints of Goblin #315B3D

Color information

#315B3D (or 0x315B3D) is unknown color: approx Goblin. HEX triplet: 31, 5B and 3D. RGB value is (49,91,61). Sum of RGB (Red+Green+Blue) = 49+91+61=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 91 (35.94% from 255 or 45.27% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 91 - color contains mainly: green. Hex color #315B3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315B3D is #CEA4C2. Grayscale: #4B4B4B. Windows color (decimal): -13542595 or 4021041. OLE color: 4021041.

HSL color Cylindrical-coordinate representation of color #315B3D: hue angle of 137.14º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315B3D is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB499161-
CMYK0.4600.330.64
HSL137.14º30%27.45%-
HSV(B)137.14º46.15%35.69%-
XYZ5.858.475.74-
YUV75.02120.09109.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 91 (35.94% from 255) = 45.27%
BLUE value IS 61 (24.22% from 255) = 30.35%
R=24.38%
G=45.27%
B=30.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4991610.4600.330.64137.143027.45
Hex315B3D2E02140891e1b
Octal6113375560411002113633
Binary110001101101111110110111001000011000000100010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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