#3D5244

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

Shades of Goblin #3D5244

Tints of Goblin #3D5244

Color information

#3D5244 (or 0x3D5244) is unknown color: approx Goblin. HEX triplet: 3D, 52 and 44. RGB value is (61,82,68). Sum of RGB (Red+Green+Blue) = 61+82+68=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 68 (26.95% from 255 or 32.23% from 211); Max value from RGB is 82 - color contains mainly: green. Hex color #3D5244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5244 is #C2ADBB. Grayscale: #4A4A4A. Windows color (decimal): -12758460 or 4477501. OLE color: 4477501.

HSL color Cylindrical-coordinate representation of color #3D5244: hue angle of 140º 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 #3D5244 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB618268-
CMYK0.2600.170.68
HSL140º14.69%28.04%-
HSV(B)140º25.61%32.16%-
XYZ5.997.446.59-
YUV74.12124.54118.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.91%
GREEN value IS 82 (32.42% from 255) = 38.86%
BLUE value IS 68 (26.95% from 255) = 32.23%
R=28.91%
G=38.86%
B=32.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6182680.2600.170.6814014.6928.04
Hex3D52441A011448cf1c
Octal75122104320211042141734
Binary1111011010010100010011010010001100010010001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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