#3D5245

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

Shades of Goblin #3D5245

Tints of Goblin #3D5245

Color information

#3D5245 (or 0x3D5245) is unknown color: approx Goblin. HEX triplet: 3D, 52 and 45. RGB value is (61,82,69). Sum of RGB (Red+Green+Blue) = 61+82+69=212 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.77% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 82 - color contains mainly: green. Hex color #3D5245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5245 is #C2ADBA. Grayscale: #4A4A4A. Windows color (decimal): -12758459 or 4543037. OLE color: 4543037.

HSL color Cylindrical-coordinate representation of color #3D5245: hue angle of 142.86º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3D5245 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB618269-
CMYK0.2600.160.68
HSL142.86º14.69%28.04%-
HSV(B)142.86º25.61%32.16%-
XYZ6.027.466.75-
YUV74.24125.04118.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.77%
GREEN value IS 82 (32.42% from 255) = 38.68%
BLUE value IS 69 (27.34% from 255) = 32.55%
R=28.77%
G=38.68%
B=32.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6182690.2600.160.68142.8614.6928.04
Hex3D52451A010448ff1c
Octal75122105320201042171734
Binary1111011010010100010111010010000100010010001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,82,69); }

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

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

 a { background-color: rgb(61,82,69); }

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

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

 span { border-color: rgb(61,82,69); }

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