#315D3D

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

Shades of Goblin #315D3D

Tints of Goblin #315D3D

Color information

#315D3D (or 0x315D3D) is unknown color: approx Goblin. HEX triplet: 31, 5D and 3D. RGB value is (49,93,61). Sum of RGB (Red+Green+Blue) = 49+93+61=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 93 (36.72% from 255 or 45.81% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 93 - color contains mainly: green. Hex color #315D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D3D is #CEA2C2. Grayscale: #4C4C4C. Windows color (decimal): -13542083 or 4021553. OLE color: 4021553.

HSL color Cylindrical-coordinate representation of color #315D3D: hue angle of 136.36º 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 #315D3D is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB499361-
CMYK0.4700.340.64
HSL136.36º30.99%27.84%-
HSV(B)136.36º47.31%36.47%-
XYZ6.028.825.8-
YUV76.2119.42108.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 93 (36.72% from 255) = 45.81%
BLUE value IS 61 (24.22% from 255) = 30.05%
R=24.14%
G=45.81%
B=30.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4993610.4700.340.64136.3630.9927.84
Hex315D3D2F02240881f1c
Octal6113575570421002103734
Binary110001101110111110110111101000101000000100010001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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