#315240

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

Shades of Goblin #315240

Tints of Goblin #315240

Color information

#315240 (or 0x315240) is unknown color: approx Goblin. HEX triplet: 31, 52 and 40. RGB value is (49,82,64). Sum of RGB (Red+Green+Blue) = 49+82+64=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 82 - color contains mainly: green. Hex color #315240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315240 is #CEADBF. Grayscale: #464646. Windows color (decimal): -13544896 or 4215345. OLE color: 4215345.

HSL color Cylindrical-coordinate representation of color #315240: hue angle of 147.27º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #315240 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB498264-
CMYK0.4000.220.68
HSL147.27º25.19%25.69%-
HSV(B)147.27º40.24%32.16%-
XYZ5.217.065.94-
YUV70.08124.57112.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 82 (32.42% from 255) = 42.05%
BLUE value IS 64 (25.39% from 255) = 32.82%
R=25.13%
G=42.05%
B=32.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4982640.4000.220.68147.2725.1925.69
Hex315240280164493191a
Octal61122100500261042233132
Binary110001101001010000001010000101101000100100100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315240; }

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

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

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

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

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

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

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

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