#315438

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

Shades of Goblin #315438

Tints of Goblin #315438

Color information

#315438 (or 0x315438) is unknown color: approx Goblin. HEX triplet: 31, 54 and 38. RGB value is (49,84,56). Sum of RGB (Red+Green+Blue) = 49+84+56=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #315438 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315438 is #CEABC7. Grayscale: #464646. Windows color (decimal): -13544392 or 3691569. OLE color: 3691569.

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

Color convert

RGB498456-
CMYK0.4200.330.67
HSL132º26.32%26.08%-
HSV(B)132º41.67%32.94%-
XYZ5.157.284.87-
YUV70.34119.9112.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.93%
GREEN value IS 84 (33.20% from 255) = 44.44%
BLUE value IS 56 (22.27% from 255) = 29.63%
R=25.93%
G=44.44%
B=29.63%

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
Decimal4984560.4200.330.6713226.3226.08
Hex3154382A02143841a1a
Octal6112470520411032043232
Binary110001101010011100010101001000011000011100001001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315438; }

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

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

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

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

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

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

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

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