#3D5342

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

Shades of Goblin #3D5342

Tints of Goblin #3D5342

Color information

#3D5342 (or 0x3D5342) is unknown color: approx Goblin. HEX triplet: 3D, 53 and 42. RGB value is (61,83,66). Sum of RGB (Red+Green+Blue) = 61+83+66=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 83 - color contains mainly: green. Hex color #3D5342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5342 is #C2ACBD. Grayscale: #4A4A4A. Windows color (decimal): -12758206 or 4346685. OLE color: 4346685.

HSL color Cylindrical-coordinate representation of color #3D5342: hue angle of 133.64º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D5342 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB618366-
CMYK0.2700.200.67
HSL133.64º15.28%28.24%-
HSV(B)133.64º26.51%32.55%-
XYZ67.576.3-
YUV74.48123.21118.38-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.05%
GREEN value IS 83 (32.81% from 255) = 39.52%
BLUE value IS 66 (26.17% from 255) = 31.43%
R=29.05%
G=39.52%
B=31.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6183660.2700.200.67133.6415.2828.24
Hex3D53421B0144386f1c
Octal75123102330241032061734
Binary1111011010011100001011011010100100001110000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,83,66); }

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

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

 a { background-color: rgb(61,83,66); }

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

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

 span { border-color: rgb(61,83,66); }

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