#315C3D

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

Shades of Goblin #315C3D

Tints of Goblin #315C3D

Color information

#315C3D (or 0x315C3D) is unknown color: approx Goblin. HEX triplet: 31, 5C and 3D. RGB value is (49,92,61). Sum of RGB (Red+Green+Blue) = 49+92+61=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 92 - color contains mainly: green. Hex color #315C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315C3D is #CEA3C2. Grayscale: #4B4B4B. Windows color (decimal): -13542339 or 4021297. OLE color: 4021297.

HSL color Cylindrical-coordinate representation of color #315C3D: hue angle of 136.74º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #315C3D is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB499261-
CMYK0.4700.340.64
HSL136.74º30.5%27.65%-
HSV(B)136.74º46.74%36.08%-
XYZ5.948.645.77-
YUV75.61119.75109.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 92 (36.33% from 255) = 45.54%
BLUE value IS 61 (24.22% from 255) = 30.20%
R=24.26%
G=45.54%
B=30.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4992610.4700.340.64136.7430.527.65
Hex315C3D2F02240891e1c
Octal6113475570421002113634
Binary110001101110011110110111101000101000000100010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315C3D; }

 p { color: rgb(49,92,61); }

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

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

 a { background-color: rgb(49,92,61); }

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

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

 span { border-color: rgb(49,92,61); }

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