#315C40

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

Shades of Goblin #315C40

Tints of Goblin #315C40

Color information

#315C40 (or 0x315C40) is unknown color: approx Goblin. HEX triplet: 31, 5C and 40. RGB value is (49,92,64). Sum of RGB (Red+Green+Blue) = 49+92+64=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #315C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315C40 is #CEA3BF. Grayscale: #4C4C4C. Windows color (decimal): -13542336 or 4217905. OLE color: 4217905.

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

Color convert

RGB499264-
CMYK0.4700.300.64
HSL140.93º30.5%27.65%-
HSV(B)140.93º46.74%36.08%-
XYZ6.028.686.21-
YUV75.95121.25108.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 92 (36.33% from 255) = 44.88%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=23.90%
G=44.88%
B=31.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4992640.4700.300.64140.9330.527.65
Hex315C402F01E408d1e1c
Octal61134100570361002153634
Binary110001101110010000001011110111101000000100011011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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