#3D5D46

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

Shades of Goblin #3D5D46

Tints of Goblin #3D5D46

Color information

#3D5D46 (or 0x3D5D46) is unknown color: approx Goblin. HEX triplet: 3D, 5D and 46. RGB value is (61,93,70). Sum of RGB (Red+Green+Blue) = 61+93+70=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 93 - color contains mainly: green. Hex color #3D5D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5D46 is #C2A2B9. Grayscale: #505050. Windows color (decimal): -12755642 or 4611389. OLE color: 4611389.

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

Color convert

RGB619370-
CMYK0.3400.250.64
HSL136.88º20.78%30.2%-
HSV(B)136.88º34.41%36.47%-
XYZ6.949.267.22-
YUV80.81121.9113.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.23%
GREEN value IS 93 (36.72% from 255) = 41.52%
BLUE value IS 70 (27.73% from 255) = 31.25%
R=27.23%
G=41.52%
B=31.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6193700.3400.250.64136.8820.7830.2
Hex3D5D46220194089151e
Octal75135106420311002112536
Binary111101101110110001101000100110011000000100010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D5D46; }

 p { color: rgb(61,93,70); }

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

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

 a { background-color: rgb(61,93,70); }

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

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

 span { border-color: rgb(61,93,70); }

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