#315D3F

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

Shades of Goblin #315D3F

Tints of Goblin #315D3F

Color information

#315D3F (or 0x315D3F) is unknown color: approx Goblin. HEX triplet: 31, 5D and 3F. RGB value is (49,93,63). Sum of RGB (Red+Green+Blue) = 49+93+63=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 93 (36.72% from 255 or 45.37% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 93 - color contains mainly: green. Hex color #315D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D3F is #CEA2C0. Grayscale: #4C4C4C. Windows color (decimal): -13542081 or 4152625. OLE color: 4152625.

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

Color convert

RGB499363-
CMYK0.4700.320.64
HSL139.09º30.99%27.84%-
HSV(B)139.09º47.31%36.47%-
XYZ6.088.846.09-
YUV76.42120.42108.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 93 (36.72% from 255) = 45.37%
BLUE value IS 63 (25% from 255) = 30.73%
R=23.90%
G=45.37%
B=30.73%

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
Decimal4993630.4700.320.64139.0930.9927.84
Hex315D3F2F020408b1f1c
Octal6113577570401002133734
Binary110001101110111111110111101000001000000100010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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