#315439

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

Shades of Goblin #315439

Tints of Goblin #315439

Color information

#315439 (or 0x315439) is unknown color: approx Goblin. HEX triplet: 31, 54 and 39. RGB value is (49,84,57). Sum of RGB (Red+Green+Blue) = 49+84+57=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 57 (22.66% from 255 or 30% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #315439 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315439 is #CEABC6. Grayscale: #464646. Windows color (decimal): -13544391 or 3757105. OLE color: 3757105.

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

Color convert

RGB498457-
CMYK0.4200.320.67
HSL133.71º26.32%26.08%-
HSV(B)133.71º41.67%32.94%-
XYZ5.187.295.01-
YUV70.46120.4112.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.79%
GREEN value IS 84 (33.20% from 255) = 44.21%
BLUE value IS 57 (22.66% from 255) = 30%
R=25.79%
G=44.21%
B=30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4984570.4200.320.67133.7126.3226.08
Hex3154392A02043861a1a
Octal6112471520401032063232
Binary110001101010011100110101001000001000011100001101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315439; }

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

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

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

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

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

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

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

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