#315C3E

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

Shades of Goblin #315C3E

Tints of Goblin #315C3E

Color information

#315C3E (or 0x315C3E) is unknown color: approx Goblin. HEX triplet: 31, 5C and 3E. RGB value is (49,92,62). Sum of RGB (Red+Green+Blue) = 49+92+62=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 92 - color contains mainly: green. Hex color #315C3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315C3E is #CEA3C1. Grayscale: #4B4B4B. Windows color (decimal): -13542338 or 4086833. OLE color: 4086833.

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

Color convert

RGB499262-
CMYK0.4700.330.64
HSL138.14º30.5%27.65%-
HSV(B)138.14º46.74%36.08%-
XYZ5.968.665.91-
YUV75.72120.25108.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 92 (36.33% from 255) = 45.32%
BLUE value IS 62 (24.61% from 255) = 30.54%
R=24.14%
G=45.32%
B=30.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4992620.4700.330.64138.1430.527.65
Hex315C3E2F021408a1e1c
Octal6113476570411002123634
Binary110001101110011111010111101000011000000100010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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