#315A40

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

Shades of Goblin #315A40

Tints of Goblin #315A40

Color information

#315A40 (or 0x315A40) is unknown color: approx Goblin. HEX triplet: 31, 5A and 40. RGB value is (49,90,64). Sum of RGB (Red+Green+Blue) = 49+90+64=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 90 - color contains mainly: green. Hex color #315A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315A40 is #CEA5BF. Grayscale: #4A4A4A. Windows color (decimal): -13542848 or 4217393. OLE color: 4217393.

HSL color Cylindrical-coordinate representation of color #315A40: hue angle of 141.95º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315A40 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB499064-
CMYK0.4600.290.65
HSL141.95º29.5%27.25%-
HSV(B)141.95º45.56%35.29%-
XYZ5.858.346.15-
YUV74.78121.92109.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 90 (35.55% from 255) = 44.33%
BLUE value IS 64 (25.39% from 255) = 31.53%
R=24.14%
G=44.33%
B=31.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4990640.4600.290.65141.9529.527.25
Hex315A402E01D418e1d1b
Octal61132100560351012163533
Binary110001101101010000001011100111011000001100011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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