#315540

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

Shades of Goblin #315540

Tints of Goblin #315540

Color information

#315540 (or 0x315540) is unknown color: approx Goblin. HEX triplet: 31, 55 and 40. RGB value is (49,85,64). Sum of RGB (Red+Green+Blue) = 49+85+64=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #315540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315540 is #CEAABF. Grayscale: #474747. Windows color (decimal): -13544128 or 4216113. OLE color: 4216113.

HSL color Cylindrical-coordinate representation of color #315540: hue angle of 145º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #315540 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB498564-
CMYK0.4200.250.67
HSL145º26.87%26.27%-
HSV(B)145º42.35%33.33%-
XYZ5.447.526.02-
YUV71.84123.57111.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.75%
GREEN value IS 85 (33.59% from 255) = 42.93%
BLUE value IS 64 (25.39% from 255) = 32.32%
R=24.75%
G=42.93%
B=32.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4985640.4200.250.6714526.8726.27
Hex3155402A01943911b1a
Octal61125100520311032213332
Binary110001101010110000001010100110011000011100100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315540; }

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

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

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

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

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

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

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

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