#3D5043

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

Shades of Goblin #3D5043

Tints of Goblin #3D5043

Color information

#3D5043 (or 0x3D5043) is unknown color: approx Goblin. HEX triplet: 3D, 50 and 43. RGB value is (61,80,67). Sum of RGB (Red+Green+Blue) = 61+80+67=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 80 - color contains mainly: green. Hex color #3D5043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5043 is #C2AFBC. Grayscale: #484848. Windows color (decimal): -12758973 or 4411453. OLE color: 4411453.

HSL color Cylindrical-coordinate representation of color #3D5043: hue angle of 138.95º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3D5043 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB618067-
CMYK0.2400.160.69
HSL138.95º13.48%27.65%-
HSV(B)138.95º23.75%31.37%-
XYZ5.817.136.38-
YUV72.84124.71119.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.33%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 67 (26.56% from 255) = 32.21%
R=29.33%
G=38.46%
B=32.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6180670.2400.160.69138.9513.4827.65
Hex3D504318010458bd1c
Octal75120103300201052131534
Binary1111011010000100001111000010000100010110001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,80,67); }

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

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

 a { background-color: rgb(61,80,67); }

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

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

 span { border-color: rgb(61,80,67); }

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