#315539

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

Shades of Goblin #315539

Tints of Goblin #315539

Color information

#315539 (or 0x315539) is unknown color: approx Goblin. HEX triplet: 31, 55 and 39. RGB value is (49,85,57). Sum of RGB (Red+Green+Blue) = 49+85+57=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 57 (22.66% from 255 or 29.84% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #315539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315539 is #CEAAC6. Grayscale: #474747. Windows color (decimal): -13544135 or 3757361. OLE color: 3757361.

HSL color Cylindrical-coordinate representation of color #315539: hue angle of 133.33º 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 #315539 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB498557-
CMYK0.4200.330.67
HSL133.33º26.87%26.27%-
HSV(B)133.33º42.35%33.33%-
XYZ5.257.455.03-
YUV71.04120.07112.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.65%
GREEN value IS 85 (33.59% from 255) = 44.50%
BLUE value IS 57 (22.66% from 255) = 29.84%
R=25.65%
G=44.50%
B=29.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4985570.4200.330.67133.3326.8726.27
Hex3155392A02143851b1a
Octal6112571520411032053332
Binary110001101010111100110101001000011000011100001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315539; }

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

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

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

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

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

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

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

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