#315739

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

Shades of Goblin #315739

Tints of Goblin #315739

Color information

#315739 (or 0x315739) is unknown color: approx Goblin. HEX triplet: 31, 57 and 39. RGB value is (49,87,57). Sum of RGB (Red+Green+Blue) = 49+87+57=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 57 (22.66% from 255 or 29.53% from 193); Max value from RGB is 87 - color contains mainly: green. Hex color #315739 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315739 is #CEA8C6. Grayscale: #484848. Windows color (decimal): -13543623 or 3757873. OLE color: 3757873.

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

Color convert

RGB498757-
CMYK0.4400.340.66
HSL132.63º27.94%26.67%-
HSV(B)132.63º43.68%34.12%-
XYZ5.417.765.08-
YUV72.22119.41111.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.39%
GREEN value IS 87 (34.38% from 255) = 45.08%
BLUE value IS 57 (22.66% from 255) = 29.53%
R=25.39%
G=45.08%
B=29.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4987570.4400.340.66132.6327.9426.67
Hex3157392C02242851c1b
Octal6112771540421022053433
Binary110001101011111100110110001000101000010100001011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315739; }

 p { color: rgb(49,87,57); }

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

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

 a { background-color: rgb(49,87,57); }

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

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

 span { border-color: rgb(49,87,57); }

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