#315840

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

Shades of Goblin #315840

Tints of Goblin #315840

Color information

#315840 (or 0x315840) is unknown color: approx Goblin. HEX triplet: 31, 58 and 40. RGB value is (49,88,64). Sum of RGB (Red+Green+Blue) = 49+88+64=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 88 - color contains mainly: green. Hex color #315840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315840 is #CEA7BF. Grayscale: #494949. Windows color (decimal): -13543360 or 4216881. OLE color: 4216881.

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

Color convert

RGB498864-
CMYK0.4400.270.65
HSL143.08º28.47%26.86%-
HSV(B)143.08º44.32%34.51%-
XYZ5.6886.1-
YUV73.6122.58110.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 88 (34.77% from 255) = 43.78%
BLUE value IS 64 (25.39% from 255) = 31.84%
R=24.38%
G=43.78%
B=31.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4988640.4400.270.65143.0828.4726.86
Hex3158402C01B418f1c1b
Octal61130100540331012173433
Binary110001101100010000001011000110111000001100011111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315840; }

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

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

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

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

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

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

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

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