#315C3F

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

Shades of Goblin #315C3F

Tints of Goblin #315C3F

Color information

#315C3F (or 0x315C3F) is unknown color: approx Goblin. HEX triplet: 31, 5C and 3F. RGB value is (49,92,63). Sum of RGB (Red+Green+Blue) = 49+92+63=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 92 - color contains mainly: green. Hex color #315C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315C3F is #CEA3C0. Grayscale: #4B4B4B. Windows color (decimal): -13542337 or 4152369. OLE color: 4152369.

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

Color convert

RGB499263-
CMYK0.4700.320.64
HSL139.53º30.5%27.65%-
HSV(B)139.53º46.74%36.08%-
XYZ5.998.676.06-
YUV75.84120.75108.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.02%
GREEN value IS 92 (36.33% from 255) = 45.10%
BLUE value IS 63 (25% from 255) = 30.88%
R=24.02%
G=45.10%
B=30.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4992630.4700.320.64139.5330.527.65
Hex315C3F2F020408c1e1c
Octal6113477570401002143634
Binary110001101110011111110111101000001000000100011001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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