#3E5946

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

Shades of Goblin #3E5946

Tints of Goblin #3E5946

Color information

#3E5946 (or 0x3E5946) is unknown color: approx Goblin. HEX triplet: 3E, 59 and 46. RGB value is (62,89,70). Sum of RGB (Red+Green+Blue) = 62+89+70=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 89 - color contains mainly: green. Hex color #3E5946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5946 is #C1A6B9. Grayscale: #4E4E4E. Windows color (decimal): -12691130 or 4610366. OLE color: 4610366.

HSL color Cylindrical-coordinate representation of color #3E5946: hue angle of 137.78º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3E5946 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB628970-
CMYK0.3000.210.65
HSL137.78º17.88%29.61%-
HSV(B)137.78º30.34%34.9%-
XYZ6.668.617.11-
YUV78.76123.05116.04-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.05%
GREEN value IS 89 (35.16% from 255) = 40.27%
BLUE value IS 70 (27.73% from 255) = 31.67%
R=28.05%
G=40.27%
B=31.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6289700.3000.210.65137.7817.8829.61
Hex3E59461E015418a121e
Octal76131106360251012122236
Binary11111010110011000110111100101011000001100010101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,89,70); }

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

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

 a { background-color: rgb(62,89,70); }

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

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

 span { border-color: rgb(62,89,70); }

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