#315D41

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

Shades of Goblin #315D41

Tints of Goblin #315D41

Color information

#315D41 (or 0x315D41) is unknown color: approx Goblin. HEX triplet: 31, 5D and 41. RGB value is (49,93,65). Sum of RGB (Red+Green+Blue) = 49+93+65=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 93 - color contains mainly: green. Hex color #315D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D41 is #CEA2BE. Grayscale: #4C4C4C. Windows color (decimal): -13542079 or 4283697. OLE color: 4283697.

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

Color convert

RGB499365-
CMYK0.4700.300.64
HSL141.82º30.99%27.84%-
HSV(B)141.82º47.31%36.47%-
XYZ6.148.866.39-
YUV76.65121.42108.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.67%
GREEN value IS 93 (36.72% from 255) = 44.93%
BLUE value IS 65 (25.78% from 255) = 31.40%
R=23.67%
G=44.93%
B=31.40%

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
Decimal4993650.4700.300.64141.8230.9927.84
Hex315D412F01E408e1f1c
Octal61135101570361002163734
Binary110001101110110000011011110111101000000100011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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